teleproto - v1.229.0
    Preparing search index...

    Interface KeyboardButtonStyleIn

    interface KeyboardButtonStyleIn {
        _?: "keyboardButtonStyle";
        bgDanger?: boolean;
        bgPrimary?: boolean;
        bgSuccess?: boolean;
        icon?: BigInteger;
    }
    Index
    _?: "keyboardButtonStyle"
    bgDanger?: boolean
    bgPrimary?: boolean
    bgSuccess?: boolean
    icon?: BigInteger