Uses of Class
org.telegram.telegrambots.meta.api.objects.Update
Packages that use Update
Package
Description
-
Uses of Update in org.telegram.telegrambots.meta.api.methods.updates
Methods in org.telegram.telegrambots.meta.api.methods.updates that return types with arguments of type Update -
Uses of Update in org.telegram.telegrambots.meta.generics
Methods in org.telegram.telegrambots.meta.generics with parameters of type UpdateModifier and TypeMethodDescriptionvoidLongPollingBot.onUpdateReceived(Update update) This method is called when receiving updates via GetUpdates methodBotApiMethod<?>WebhookBot.onWebhookUpdateReceived(Update update) This method is called when receiving updates via webhookMethod parameters in org.telegram.telegrambots.meta.generics with type arguments of type UpdateModifier and TypeMethodDescriptiondefault voidLongPollingBot.onUpdatesReceived(List<Update> updates) This method is called when receiving updates via GetUpdates method.