MadelineProtoDocs/docs/TD_docs/constructors/replyMarkupShowKeyboard.md

27 lines
1.0 KiB
Markdown
Raw Normal View History

2018-04-01 13:19:25 +02:00
---
title: replyMarkupShowKeyboard
description: Contains custom keyboard layout for fast reply to bot
2018-04-04 19:52:48 +02:00
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
2018-04-01 13:19:25 +02:00
---
2018-04-04 23:19:57 +00:00
# Constructor: replyMarkupShowKeyboard
2018-04-01 13:19:25 +02:00
[Back to constructors index](index.md)
Contains custom keyboard layout for fast reply to bot
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|rows|Array of [vector<keyboardButton](../constructors/vector<keyboardButton.md) | Yes|List of rows of bot keyboard buttons|
|resize\_keyboard|[Bool](../types/Bool.md) | Yes|Do clients need to resize keyboard vertically|
|one\_time|[Bool](../types/Bool.md) | Yes|Do clients need to hide keyboard after use|
|personal|[Bool](../types/Bool.md) | 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](../types/ReplyMarkup.md)