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