## Constructor: keyboardButtonRow ### Attributes: | Name | Type | Required | |----------|:-------------:|---------:| |buttons|Array of [KeyboardButton](../types/KeyboardButton.md) | Required| ### Type: [KeyboardButtonRow](../types/KeyboardButtonRow.md) ### Example: ``` $keyboardButtonRow = ['buttons' => [KeyboardButton], ]; ```