public interface ITelegramWebhookBot
| Modifier and Type | Method and Description |
|---|---|
String |
getBotPath()
Gets in the url for the webhook
|
String |
getBotToken()
Gets bot token to access Telegram API
|
String |
getBotUsername()
Gets bot username of this bot
|
BotApiMethod |
onWebhookUpdateReceived(Update update)
This method is called when receiving updates via webhook
|
BotApiMethod onWebhookUpdateReceived(Update update)
update - Update receivedString getBotUsername()
String getBotToken()
String getBotPath()
Copyright © 2016. All rights reserved.