mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 19:17:48 +01:00
351 B
351 B
Constructor: keyboardButtonRow
Attributes:
Name | Type | Required |
---|---|---|
buttons | Array of KeyboardButton | Required |
Type: KeyboardButtonRow
Example:
$keyboardButtonRow = ['buttons' => [KeyboardButton], ];