Uses of Interface
org.telegram.telegrambots.meta.updateshandlers.SentCallback
Packages that use SentCallback
-
Uses of SentCallback in org.telegram.telegrambots.meta.bots
Methods in org.telegram.telegrambots.meta.bots with type parameters of type SentCallbackModifier and TypeMethodDescription<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 SentCallbackModifier and TypeMethodDescriptionfinal voidAbsSender.getMeAsync(SentCallback<User> sentCallback) final voidAbsSender.getWebhookInfoAsync(SentCallback<WebhookInfo> sentCallback)