TDLib v0.0.2 TDLib.Object.ReplyMarkupShowKeyboard View Source
Contains a custom keyboard layout to quickly reply to bots.
Name | Type | Description |
---|---|---|
rows | keyboardButton[][] | A list of rows of bot keyboard buttons. |
resize_keyboard | bool | True, if the client needs to resize the keyboard vertically. |
one_time | bool | True, if the client needs to hide the keyboard after use. |
is_personal | bool | True, if the keyboard must automatically be shown to the current user. For outgoing messages, specify true to show the keyboard only for the mentioned users and for the target user of a reply. |
More details on telegram’s documentation.