| Package | Description |
|---|---|
| org.telegram.telegrambots.bots | |
| org.telegram.telegrambots.updatesreceivers |
| Modifier and Type | Method and Description |
|---|---|
void |
TelegramLongPollingCommandBot.onUpdateReceived(Update update) |
void |
ITelegramLongPollingBot.onUpdateReceived(Update update)
This method is called when receiving updates via GetUpdates method
|
BotApiMethod |
ITelegramWebhookBot.onWebhookUpdateReceived(Update update)
This method is called when receiving updates via webhook
|
abstract void |
TelegramLongPollingCommandBot.processNonCommandUpdate(Update update)
Process all updates, that are not commands.
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
RestApi.updateReceived(String botPath,
Update update) |
Copyright © 2016. All rights reserved.