Interface GiftUpgradePreview

Contains examples of possible upgraded gifts for the given regular gift.

interface GiftUpgradePreview {
    @type: "giftUpgradePreview";
    backdrops: UpgradedGiftBackdrop[];
    models: UpgradedGiftModel[];
    symbols: UpgradedGiftSymbol[];
}

Properties

@type: "giftUpgradePreview"

Examples of possible backdrops that can be chosen for the gift after upgrade.

Examples of possible models that can be chosen for the gift after upgrade.

Examples of possible symbols that can be chosen for the gift after upgrade.