--- title: "keyboardButtonRow" description: "Inline keyboard row" nav_exclude: true image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # Constructor: keyboardButtonRow [Back to constructors index](/API_docs/constructors/index.html) Inline keyboard row ### Attributes: | Name | Type | Required | Description | |----------|---------------|----------|-------------| |buttons|Array of [KeyboardButton](/API_docs/types/KeyboardButton.html) | Yes|Bot or inline keyboard buttons| ### Type: [KeyboardButtonRow](/API_docs/types/KeyboardButtonRow.html) ### Example: ``` $keyboardButtonRow = ['_' => 'keyboardButtonRow', 'buttons' => [KeyboardButton, KeyboardButton]]; ```