2016-12-19 16:56:52 +01:00
|
|
|
## Constructor: keyboardButton
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
|
|
|
|
| Name | Type | Required |
|
|
|
|
|----------|:-------------:|---------:|
|
|
|
|
|text|[string](../types/string.md) | Required|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [KeyboardButton](../types/KeyboardButton.md)
|
|
|
|
|
|
|
|
### Example:
|
|
|
|
|
|
|
|
|
|
|
|
```
|
2016-12-19 17:48:27 +01:00
|
|
|
$keyboardButton = ['_' => keyboardButton', 'text' => string, ];
|
2016-12-19 16:56:52 +01:00
|
|
|
```
|