| Interface | Description |
|---|---|
| ReplyMarkup |
Interface representing additional options interface.
|
| Class | Description |
|---|---|
| ForceReply |
Upon receiving a message with this object, Telegram clients will display a
reply interface to the user (act as if the user has selected the bot‘s
message and tapped ’Reply').
|
| InlineKeyboardMarkup |
This object represents an inline keyboard that
appears right next to the message it belongs to.
|
| ReplyKeyboardMarkup |
This object represents a custom keyboard with reply options.
|
| ReplyKeyboardRemove |
Upon receiving a message with this object, Telegram clients will
remove the current custom keyboard and display the default
letter-keyboard.
|
| ReplyMarkupAdapter |
JSON Adapter for class
ReplyMarkup. |