MadelineProto/docs/API_docs/constructors/keyboardButtonRow.md

17 lines
351 B
Markdown
Raw Normal View History

## Constructor: keyboardButtonRow
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|buttons|Array of [KeyboardButton](../types/KeyboardButton.md) | Required|
### Type: [KeyboardButtonRow](../types/KeyboardButtonRow.md)
### Example:
```
$keyboardButtonRow = ['buttons' => [KeyboardButton], ];
```