teleproto - v1.229.0
    Preparing search index...

    Interface StarGiftAttributeModelIn

    interface StarGiftAttributeModelIn {
        _: "starGiftAttributeModel";
        crafted?: boolean;
        document: TypeDocumentIn;
        name: string;
        rarity: TypeStarGiftAttributeRarityIn;
    }
    Index
    _: "starGiftAttributeModel"
    crafted?: boolean
    document: TypeDocumentIn
    name: string