Interface UpgradedGiftSymbol

Describes a symbol shown on the pattern of an upgraded gift.

interface UpgradedGiftSymbol {
    @type: "upgradedGiftSymbol";
    name: string;
    rarity_per_mille: number;
    sticker: Sticker;
}

Properties

@type: "upgradedGiftSymbol"
name: string

Name of the symbol.

rarity_per_mille: number

The number of upgraded gift that receive this symbol for each 1000 gifts upgraded.

sticker: Sticker

The sticker representing the upgraded gift.