mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
717 B
717 B
title | description | nav_exclude | image |
---|---|---|---|
keyboardButtonRow | Inline keyboard row | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
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]];