Constructor: keyboardInlineButtonRow
Attributes:
| Name | Type | Required |
|---|---|---|
| buttons | Array of KeyboardInlineButton | Yes |
Type: KeyboardInlineButtonRow
Example:
$keyboardInlineButtonRow = ['_' => 'keyboardInlineButtonRow', 'buttons' => [KeyboardInlineButton, KeyboardInlineButton]];