18 lines
376 B
Markdown
18 lines
376 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 = ['text' => string, 'data' => bytes, ];
|
|
``` |