741 B
741 B
title | description | image |
---|---|---|
keyboardButtonRow | Keyboard button row | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: keyboardButtonRow
Keyboard button row
Attributes:
Name | Type | Required | Description |
---|---|---|---|
buttons | Array of KeyboardButton | Yes | Buttons |
Type: KeyboardButtonRow
Example:
$keyboardButtonRow = ['_' => 'keyboardButtonRow', 'buttons' => [KeyboardButton, KeyboardButton]];
Or, if you're into Lua:
keyboardButtonRow={_='keyboardButtonRow', buttons={KeyboardButton}}