Package dev.tobee.telegram.request
Class GetMyCommands
java.lang.Object
dev.tobee.telegram.request.GetMyCommands
- All Implemented Interfaces:
Request<ResponseWrapper<List<BotCommand>>>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBody()com.fasterxml.jackson.core.type.TypeReference<ResponseWrapper<List<BotCommand>>>
-
Constructor Details
-
GetMyCommands
-
-
Method Details
-
getMethod
- Specified by:
getMethodin interfaceRequest<ResponseWrapper<List<BotCommand>>>
-
getResponseType
public com.fasterxml.jackson.core.type.TypeReference<ResponseWrapper<List<BotCommand>>> getResponseType()- Specified by:
getResponseTypein interfaceRequest<ResponseWrapper<List<BotCommand>>>
-
getBody
- Specified by:
getBodyin interfaceRequest<ResponseWrapper<List<BotCommand>>>
-