MadelineProtoDocs/docs/API_docs/constructors/keyboardButtonRow.md
2024-05-01 14:53:46 +02:00

717 B

title description nav_exclude image
keyboardButtonRow Inline keyboard row true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: keyboardButtonRow

Back to constructors index

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]];