Link Search Menu Expand Document

Constructor: keyboardButtonRow

Back to constructors index

Inline keyboard row

Attributes:

NameTypeRequiredDescription
buttonsArray of KeyboardButtonYesBot or inline keyboard buttons

Type: KeyboardButtonRow

Example:

$keyboardButtonRow = ['_' => 'keyboardButtonRow', 'buttons' => [KeyboardButton, KeyboardButton]];