1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-12 16:47:24 +01:00
MadelineProto/docs/API_docs/constructors/keyboardButtonCallback.md
2016-12-19 20:56:05 +03:00

19 lines
409 B
Markdown

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