teleproto - v1.229.0
    Preparing search index...

    Interface KeyboardButtonRowIn

    interface KeyboardButtonRowIn {
        _?: "keyboardButtonRow";
        buttons: KeyboardButtonIn[];
    }
    Index
    _?: "keyboardButtonRow"
    buttons: KeyboardButtonIn[]