mirror of
https://github.com/danog/MadelineProto.git
synced 2025-01-06 03:38:16 +01:00
17 lines
351 B
Markdown
17 lines
351 B
Markdown
## Constructor: keyboardButtonRow
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|:-------------:|---------:|
|
|
|buttons|Array of [KeyboardButton](../types/KeyboardButton.md) | Required|
|
|
|
|
|
|
### Type: [KeyboardButtonRow](../types/KeyboardButtonRow.md)
|
|
|
|
### Example:
|
|
|
|
|
|
```
|
|
$keyboardButtonRow = ['buttons' => [KeyboardButton], ];
|
|
``` |