teleproto - v1.229.0
    Preparing search index...

    Interface RichButtonStyleIn

    interface RichButtonStyleIn {
        _?: "richButtonStyle";
        bgDanger?: boolean;
        bgPrimary?: boolean;
        bgSuccess?: boolean;
        link?: boolean;
    }
    Index
    _?: "richButtonStyle"
    bgDanger?: boolean
    bgPrimary?: boolean
    bgSuccess?: boolean
    link?: boolean