MadelineProto/docs/API_docs/constructors/keyboardButtonGame.md

17 lines
306 B
Markdown
Raw Normal View History

## Constructor: keyboardButtonGame
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|text|[string](../types/string.md) | Required|
### Type: [KeyboardButton](../types/KeyboardButton.md)
### Example:
```
$keyboardButtonGame = ['text' => string, ];
```