MadelineProto/docs/API_docs/constructors/replyKeyboardMarkup.md

18 lines
568 B
Markdown
Raw Normal View History

## Constructor: replyKeyboardMarkup
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|resize|[Bool](../types/Bool.md) | Optional|
|single\_use|[Bool](../types/Bool.md) | Optional|
|selective|[Bool](../types/Bool.md) | Optional|
|rows|Array of [KeyboardButtonRow](../types/KeyboardButtonRow.md) | Required|
2016-12-19 18:35:27 +01:00
### Type:
2016-12-19 18:35:27 +01:00
[ReplyMarkup](../types/ReplyMarkup.md)
### Example:
```
2016-12-19 17:48:27 +01:00
$replyKeyboardMarkup = ['_' => replyKeyboardMarkup', 'resize' => true, 'single_use' => true, 'selective' => true, 'rows' => [Vector t], ];
```