Layer 227
KeyboardButtonRowObj
Inline keyboard row
constructor
keyboardButtonRow#77608b83 buttons:Vector<KeyboardButton> = KeyboardButtonRow;
Parameters
| Name | Type | Description |
|---|---|---|
| Buttons | Vector < KeyboardButton > | Bot or inline keyboard buttons |
Returns
KeyboardButtonRowGogram Example
// Creating KeyboardButtonRowObj constructor obj := &tg.KeyboardButtonRowObj{ Buttons: &tg.VectorKeyboardButton{}, }