mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 16:47:24 +01:00
19 lines
409 B
Markdown
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, ];
|
|
``` |