2016-12-19 18:56:52 +03:00
|
|
|
## 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 20:56:05 +03:00
|
|
|
|
|
|
|
|
|
|
|
### Type: [ReplyMarkup](../types/ReplyMarkup.md)
|
|
|
|
|
|
|
|
|
2016-12-19 18:56:52 +03:00
|
|
|
### Example:
|
|
|
|
|
|
|
|
```
|
2016-12-19 19:48:27 +03:00
|
|
|
$replyKeyboardMarkup = ['_' => replyKeyboardMarkup', 'resize' => true, 'single_use' => true, 'selective' => true, 'rows' => [Vector t], ];
|
2016-12-19 18:56:52 +03:00
|
|
|
```
|