Layer 220
constructor
keyboardButtonRow#77608b83 buttons:Vector<KeyboardButton> = KeyboardButtonRow;

Parameters

Name Type Description
Buttons Vector<KeyboardButton> Bot or inline keyboard buttons

Gogram Example

// Creating KeyboardButtonRow constructor
obj := &tg.KeyboardButtonRow{
    Buttons: []tg.KeyboardButton{&tg.KeyboardButton{}},
}