| Package | Description |
|---|---|
| org.telegram.telegrambots.bots | |
| org.telegram.telegrambots.updatesreceivers |
| Modifier and Type | Method and Description |
|---|---|
BotOptions |
AbsSender.getOptions() |
| Constructor and Description |
|---|
TelegramLongPollingBot(BotOptions options) |
TelegramLongPollingCommandBot(BotOptions options)
Creates a TelegramLongPollingCommandBot with custom options and allowing commands with
usernames
Use ICommandRegistry's methods on this bot to register commands
|
TelegramLongPollingCommandBot(BotOptions options,
boolean allowCommandsWithUsername)
Creates a TelegramLongPollingCommandBot
Use ICommandRegistry's methods on this bot to register commands
|
TelegramWebhookBot(BotOptions options) |
| Constructor and Description |
|---|
BotSession(String token,
ITelegramLongPollingBot callback,
BotOptions options) |
Copyright © 2016. All rights reserved.