TDLib v0.0.2 TDLib.Object.ReplyMarkupShowKeyboard View Source

Contains a custom keyboard layout to quickly reply to bots.

NameTypeDescription
rowskeyboardButton[][]A list of rows of bot keyboard buttons.
resize_keyboardboolTrue, if the client needs to resize the keyboard vertically.
one_timeboolTrue, if the client needs to hide the keyboard after use.
is_personalboolTrue, 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.