teleproto - v1.229.0
    Preparing search index...

    Interface StarGiftBackgroundIn

    interface StarGiftBackgroundIn {
        _?: "starGiftBackground";
        centerColor: number;
        edgeColor: number;
        textColor: number;
    }
    Index
    _?: "starGiftBackground"
    centerColor: number
    edgeColor: number
    textColor: number