Layer 220
KeyboardButtonRow
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 KeyboardButtonRow constructor obj := &tg.KeyboardButtonRow{ Buttons: []tg.KeyboardButton{&tg.KeyboardButton{}}, }