Uses of Interface
org.telegram.telegrambots.meta.updateshandlers.SentCallback
-
Packages that use SentCallback Package Description org.telegram.telegrambots.meta.bots -
-
Uses of SentCallback in org.telegram.telegrambots.meta.bots
Methods in org.telegram.telegrambots.meta.bots with type parameters of type SentCallback Modifier and Type Method Description <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>,Callback extends SentCallback<T>>
voidAbsSender. sendApiMethodAsync(Method method, Callback callback)Methods in org.telegram.telegrambots.meta.bots with parameters of type SentCallback Modifier and Type Method Description voidAbsSender. getMeAsync(SentCallback<User> sentCallback)voidAbsSender. getWebhookInfoAsync(SentCallback<WebhookInfo> sentCallback)
-