Uses of Class
org.telegram.telegrambots.meta.api.methods.BotApiMethod
Packages that use BotApiMethod
Package
Description
-
Uses of BotApiMethod in org.telegram.telegrambots.meta.api.methods
Subclasses of BotApiMethod in org.telegram.telegrambots.meta.api.methodsModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclass -
Uses of BotApiMethod in org.telegram.telegrambots.meta.api.methods.adminrights
Subclasses of BotApiMethod in org.telegram.telegrambots.meta.api.methods.adminrightsModifier and TypeClassDescriptionclassclass -
Uses of BotApiMethod in org.telegram.telegrambots.meta.api.methods.botapimethods
Subclasses of BotApiMethod in org.telegram.telegrambots.meta.api.methods.botapimethodsModifier and TypeClassDescriptionclassclassclass -
Uses of BotApiMethod in org.telegram.telegrambots.meta.api.methods.commands
Subclasses of BotApiMethod in org.telegram.telegrambots.meta.api.methods.commands -
Uses of BotApiMethod in org.telegram.telegrambots.meta.api.methods.description
Subclasses of BotApiMethod in org.telegram.telegrambots.meta.api.methods.descriptionModifier and TypeClassDescriptionclassclassclassclass -
Uses of BotApiMethod in org.telegram.telegrambots.meta.api.methods.forum
Subclasses of BotApiMethod in org.telegram.telegrambots.meta.api.methods.forumModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of BotApiMethod in org.telegram.telegrambots.meta.api.methods.games
Subclasses of BotApiMethod in org.telegram.telegrambots.meta.api.methods.games -
Uses of BotApiMethod in org.telegram.telegrambots.meta.api.methods.groupadministration
Modifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of BotApiMethod in org.telegram.telegrambots.meta.api.methods.invoices
Subclasses of BotApiMethod in org.telegram.telegrambots.meta.api.methods.invoices -
Uses of BotApiMethod in org.telegram.telegrambots.meta.api.methods.pinnedmessages
Subclasses of BotApiMethod in org.telegram.telegrambots.meta.api.methods.pinnedmessagesModifier and TypeClassDescriptionclassclassclass -
Uses of BotApiMethod in org.telegram.telegrambots.meta.api.methods.polls
Subclasses of BotApiMethod in org.telegram.telegrambots.meta.api.methods.polls -
Uses of BotApiMethod in org.telegram.telegrambots.meta.api.methods.send
Subclasses of BotApiMethod in org.telegram.telegrambots.meta.api.methods.sendModifier and TypeClassDescriptionclassclassclassclassclassDeprecated.classclassclass -
Uses of BotApiMethod in org.telegram.telegrambots.meta.api.methods.stickers
Subclasses of BotApiMethod in org.telegram.telegrambots.meta.api.methods.stickersModifier and TypeClassDescriptionclassclassclassclassclassclass -
Uses of BotApiMethod in org.telegram.telegrambots.meta.api.methods.updates
Subclasses of BotApiMethod in org.telegram.telegrambots.meta.api.methods.updatesModifier and TypeClassDescriptionclassclassclassclassclassclass -
Uses of BotApiMethod in org.telegram.telegrambots.meta.api.methods.updatingmessages
Subclasses of BotApiMethod in org.telegram.telegrambots.meta.api.methods.updatingmessagesModifier and TypeClassDescriptionclassclassclassclassclass -
Uses of BotApiMethod in org.telegram.telegrambots.meta.api.methods.webapp
Subclasses of BotApiMethod in org.telegram.telegrambots.meta.api.methods.webapp -
Uses of BotApiMethod in org.telegram.telegrambots.meta.bots
Methods in org.telegram.telegrambots.meta.bots with type parameters of type BotApiMethodModifier and TypeMethodDescription<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 BotApiMethodModifier and TypeMethodDescriptionBotApiMethod<?>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 BotApiMethodModifier and TypeMethodDescriptionvoidSentCallback.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
SendInvoice