Package | Description |
---|---|
org.telegram.telegrambots.meta.api.methods.updates | |
org.telegram.telegrambots.meta.generics |
Modifier and Type | Method and Description |
---|---|
ArrayList<Update> |
GetUpdates.deserializeResponse(String answer) |
Modifier and Type | Method and Description |
---|---|
void |
LongPollingBot.onUpdateReceived(Update update)
This method is called when receiving updates via GetUpdates method
|
BotApiMethod |
WebhookBot.onWebhookUpdateReceived(Update update)
This method is called when receiving updates via webhook
|
Modifier and Type | Method and Description |
---|---|
default void |
LongPollingBot.onUpdatesReceived(List<Update> updates)
This method is called when receiving updates via GetUpdates method.
|
Copyright © 2019. All rights reserved.