Package com.pengrad.telegrambot.request
Class DeleteMyCommands
java.lang.Object
com.pengrad.telegrambot.request.BaseRequest<DeleteMyCommands,BaseResponse>
com.pengrad.telegrambot.request.DeleteMyCommands
public class DeleteMyCommands extends BaseRequest<DeleteMyCommands,BaseResponse>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description DeleteMyCommands() -
Method Summary
Modifier and Type Method Description DeleteMyCommandslanguageCode(java.lang.String languageCode)DeleteMyCommandsscope(BotCommandScope scope)Methods inherited from class com.pengrad.telegrambot.request.BaseRequest
add, addAll, getContentType, getFileName, getMethod, getParameters, getResponseType, getTimeoutSeconds, isMultipart, toWebhookResponse
-
Constructor Details
-
DeleteMyCommands
public DeleteMyCommands()
-
-
Method Details