| Package | Description |
|---|---|
| org.telegram.telegrambots | |
| org.telegram.telegrambots.updatesreceivers |
| Modifier and Type | Method and Description |
|---|---|
BotSession |
TelegramBotsApi.registerBot(TelegramLongPollingBot bot)
Register a bot.
|
void |
TelegramBotsApi.registerBot(TelegramWebhookBot bot)
Register a bot in the api that will receive updates using webhook method
|
| Constructor and Description |
|---|
TelegramBotsApi(String keyStore,
String keyStorePassword,
String externalUrl,
String internalUrl) |
TelegramBotsApi(String keyStore,
String keyStorePassword,
String externalUrl,
String internalUrl,
String pathToCertificate) |
| Modifier and Type | Method and Description |
|---|---|
void |
Webhook.startServer() |
| Constructor and Description |
|---|
Webhook(String keyStore,
String keyStorePassword,
String internalUrl) |
Copyright © 2016. All rights reserved.