Uses of Class
org.telegram.telegrambots.meta.api.objects.WebhookInfo
-
Packages that use WebhookInfo Package Description org.telegram.telegrambots.meta.api.methods.updates org.telegram.telegrambots.meta.bots -
-
Uses of WebhookInfo in org.telegram.telegrambots.meta.api.methods.updates
Methods in org.telegram.telegrambots.meta.api.methods.updates that return WebhookInfo Modifier and Type Method Description WebhookInfoGetWebhookInfo. deserializeResponse(String answer) -
Uses of WebhookInfo in org.telegram.telegrambots.meta.bots
Methods in org.telegram.telegrambots.meta.bots that return WebhookInfo Modifier and Type Method Description WebhookInfoAbsSender. getWebhookInfo()Method parameters in org.telegram.telegrambots.meta.bots with type arguments of type WebhookInfo Modifier and Type Method Description voidAbsSender. getWebhookInfoAsync(SentCallback<WebhookInfo> sentCallback)
-