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

Parameters

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

Gogram Example

// Creating KeyboardButtonRowObj constructor
obj := &tg.KeyboardButtonRowObj{
    Buttons: &tg.VectorKeyboardButton{},
}