Uses of Class
org.telegram.telegrambots.meta.api.objects.Update
-
Packages that use Update Package Description org.telegram.telegrambots.meta.api.methods.updates org.telegram.telegrambots.meta.generics -
-
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 Modifier and Type Method Description ArrayList<Update>GetUpdates. deserializeResponse(String answer) -
Uses of Update in org.telegram.telegrambots.meta.generics
Methods in org.telegram.telegrambots.meta.generics with parameters of type Update Modifier and Type Method Description voidLongPollingBot. onUpdateReceived(Update update)This method is called when receiving updates via GetUpdates methodBotApiMethodWebhookBot. onWebhookUpdateReceived(Update update)This method is called when receiving updates via webhookMethod parameters in org.telegram.telegrambots.meta.generics with type arguments of type Update Modifier and Type Method Description default voidLongPollingBot. onUpdatesReceived(List<Update> updates)This method is called when receiving updates via GetUpdates method.
-