1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-06 03:38:16 +01:00
MadelineProto/docs/API_docs/constructors/keyboardButtonRow.md

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], ];
```