MadelineProto/docs/TD_docs/constructors/replyMarkupShowKeyboard.md
Daniil Gentili 5d49867e01 Docufix
2017-09-29 16:09:05 +02:00

943 B

title description
replyMarkupShowKeyboard Contains custom keyboard layout for fast reply to bot

Constructor: replyMarkupShowKeyboard

Back to constructors index

Contains custom keyboard layout for fast reply to bot

Attributes:

Name Type Required Description
rows Array of keyboardButton Yes List of rows of bot keyboard buttons
resize_keyboard Bool Yes Do clients need to resize keyboard vertically
one_time Bool Yes Do clients need to hide keyboard after use
personal Bool Yes Keyboard is showed automatically only for mentioned users or replied to user, for incoming messages it is true if and only if keyboard needs to be automatically showed to current user

Type: ReplyMarkup