Uses of Class
org.telegram.telegrambots.meta.api.methods.BotApiMethod
-
-
Uses of BotApiMethod in org.telegram.telegrambots.meta.api.methods
Subclasses of BotApiMethod in org.telegram.telegrambots.meta.api.methods Modifier and Type Class Description classAnswerCallbackQueryclassAnswerInlineQueryclassAnswerPreCheckoutQueryclassAnswerShippingQueryclassCopyMessageclassForwardMessageclassGetFileclassGetMeclassGetUserProfilePhotosclassSetPassportDataErrorsclassStopMessageLiveLocation -
Uses of BotApiMethod in org.telegram.telegrambots.meta.api.methods.commands
Subclasses of BotApiMethod in org.telegram.telegrambots.meta.api.methods.commands Modifier and Type Class Description classDeleteMyCommandsclassGetMyCommandsclassSetMyCommands -
Uses of BotApiMethod in org.telegram.telegrambots.meta.api.methods.games
Subclasses of BotApiMethod in org.telegram.telegrambots.meta.api.methods.games Modifier and Type Class Description classGetGameHighScoresclassSetGameScore -
Uses of BotApiMethod in org.telegram.telegrambots.meta.api.methods.groupadministration
Subclasses of BotApiMethod in org.telegram.telegrambots.meta.api.methods.groupadministration Modifier and Type Class Description classApproveChatJoinRequestclassBanChatMemberclassBanChatSenderChatclassCreateChatInviteLinkclassDeclineChatJoinRequestclassDeleteChatPhotoclassDeleteChatStickerSetclassEditChatInviteLinkclassExportChatInviteLinkclassGetChatclassGetChatAdministratorsclassGetChatMemberclassGetChatMemberCountclassGetChatMembersCountDeprecated.Use {GetChatMemberCount()classKickChatMemberDeprecated.UseBanChatMember()insteadclassLeaveChatclassPromoteChatMemberclassRestrictChatMemberclassRevokeChatInviteLinkclassSetChatAdministratorCustomTitleclassSetChatDescriptionclassSetChatPermissionsclassSetChatStickerSetclassSetChatTitleclassUnbanChatMemberclassunbanChatSenderChat -
Uses of BotApiMethod in org.telegram.telegrambots.meta.api.methods.pinnedmessages
Subclasses of BotApiMethod in org.telegram.telegrambots.meta.api.methods.pinnedmessages Modifier and Type Class Description classPinChatMessageclassUnpinAllChatMessagesclassUnpinChatMessage -
Uses of BotApiMethod in org.telegram.telegrambots.meta.api.methods.polls
Subclasses of BotApiMethod in org.telegram.telegrambots.meta.api.methods.polls Modifier and Type Class Description classSendPollclassStopPoll -
Uses of BotApiMethod in org.telegram.telegrambots.meta.api.methods.send
Subclasses of BotApiMethod in org.telegram.telegrambots.meta.api.methods.send Modifier and Type Class Description classSendChatActionclassSendContactclassSendDiceclassSendGameclassSendInvoiceclassSendLocationclassSendMessageclassSendVenue -
Uses of BotApiMethod in org.telegram.telegrambots.meta.api.methods.stickers
Subclasses of BotApiMethod in org.telegram.telegrambots.meta.api.methods.stickers Modifier and Type Class Description classDeleteStickerFromSetclassGetStickerSetclassSetStickerPositionInSetclassSetStickerSetThumb -
Uses of BotApiMethod in org.telegram.telegrambots.meta.api.methods.updates
Subclasses of BotApiMethod in org.telegram.telegrambots.meta.api.methods.updates Modifier and Type Class Description classCloseclassDeleteWebhookclassGetUpdatesclassGetWebhookInfoclassLogOutclassSetWebhook -
Uses of BotApiMethod in org.telegram.telegrambots.meta.api.methods.updatingmessages
Subclasses of BotApiMethod in org.telegram.telegrambots.meta.api.methods.updatingmessages Modifier and Type Class Description classDeleteMessageclassEditMessageCaptionclassEditMessageLiveLocationclassEditMessageReplyMarkupclassEditMessageText -
Uses of BotApiMethod in org.telegram.telegrambots.meta.bots
Methods in org.telegram.telegrambots.meta.bots with type parameters of type BotApiMethod Modifier and Type Method Description <T extends Serializable,Method extends BotApiMethod<T>>
TAbsSender. execute(Method method)<T extends Serializable,Method extends BotApiMethod<T>>
CompletableFuture<T>AbsSender. executeAsync(Method method)<T extends Serializable,Method extends BotApiMethod<T>,Callback extends SentCallback<T>>
voidAbsSender. executeAsync(Method method, Callback callback)protected abstract <T extends Serializable,Method extends BotApiMethod<T>>
TAbsSender. sendApiMethod(Method method)protected abstract <T extends Serializable,Method extends BotApiMethod<T>>
CompletableFuture<T>AbsSender. sendApiMethodAsync(Method method)protected abstract <T extends Serializable,Method extends BotApiMethod<T>,Callback extends SentCallback<T>>
voidAbsSender. sendApiMethodAsync(Method method, Callback callback) -
Uses of BotApiMethod in org.telegram.telegrambots.meta.generics
Methods in org.telegram.telegrambots.meta.generics that return BotApiMethod Modifier and Type Method Description BotApiMethod<?>WebhookBot. onWebhookUpdateReceived(Update update)This method is called when receiving updates via webhook -
Uses of BotApiMethod in org.telegram.telegrambots.meta.updateshandlers
Methods in org.telegram.telegrambots.meta.updateshandlers with parameters of type BotApiMethod Modifier and Type Method Description voidSentCallback. onError(BotApiMethod<T> method, TelegramApiRequestException apiException)Called when the request failsvoidSentCallback. onException(BotApiMethod<T> method, Exception exception)Called when the http request throw an exceptionvoidSentCallback. onResult(BotApiMethod<T> method, T response)Called when the request is successful
-