| Interface | Description |
|---|---|
| UpdateHandler |
Interface that handles updates received from a bot.
|
| Class | Description |
|---|---|
| CallbackQueryUpdate |
This object represents an incoming update.
|
| ChannelPostUpdate |
This object represents an incoming update.
|
| ChosenInlineResultUpdate |
This object represents an incoming update.
|
| EditedChannelPostUpdate |
This object represents an incoming update.
|
| EditedMessageUpdate |
This object represents an incoming update.
|
| InlineQueryUpdate |
This object represents an incoming update.
|
| MessageUpdate |
This object represents an incoming update.
|
| PreCheckoutQueryUpdate |
This object represents an incoming update.
|
| ShippingQueryUpdate |
This object represents an incoming update.
|
| Update |
This object represents an incoming update.
|
| UpdateAdapter |
JSON Adapter for class
Update. |
| UpdateReader |
Utility class that reads new updates received from a bot.
|