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