Constructor: keyboardButtonRow
Inline keyboard row
Attributes:
Name | Type | Required | Description |
---|---|---|---|
buttons | Array of KeyboardButton | Yes | Bot or inline keyboard buttons |
Type: KeyboardButtonRow
Example:
$keyboardButtonRow = ['_' => 'keyboardButtonRow', 'buttons' => [KeyboardButton, KeyboardButton]];