MadelineProtoDocs/docs/TD_docs/constructors/replyMarkupShowKeyboard.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

1.0 KiB

title description image
replyMarkupShowKeyboard Contains custom keyboard layout for fast reply to bot https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: replyMarkupShowKeyboard

Back to constructors index

Contains custom keyboard layout for fast reply to bot

Attributes:

Name Type Required Description
rows Array of vector<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