| Interface | Description |
|---|---|
| TelegramObject |
Class representing a Telegram object.
|
| Class | Description |
|---|---|
| Bot |
Class representing a connection to the Telegram API.
|
| LongPollingBot |
Runnable that receives and handles updates of a bot.
|
| TelegramBot |
Abstract class that handles Telegram updates.
|
| Exception | Description |
|---|---|
| TelegramException |
Exception thrown when a method invocation of
the Telegram API returns an error.
|