Skip to content

ReplyMarkupShowKeyboard

Type · TDLib 1.8.67 · d1085f9c

Contains a custom keyboard layout to quickly reply to bots

ReplyMarkupShowKeyboard(
  rows: list of list of KeyboardButton,
  is_persistent: Bool,
  resize_keyboard: Bool,
  one_time: Bool,
  is_personal: Bool,
  force_reply: Bool,
  input_field_placeholder: string
) → ReplyMarkup

rows

list of list of KeyboardButton

A list of rows of bot keyboard buttons

is_persistent

Bool

True, if the keyboard is expected to always be shown when the ordinary keyboard is hidden

resize_keyboard

Bool

True, if the application needs to resize the keyboard vertically

one_time

Bool

True, if the application 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

force_reply

Bool

True, if the keyboard must force reply to the message with the keyboard

input_field_placeholder

string

If non-empty, the placeholder to be shown in the input field when the keyboard is active; 0-64 characters