Interface GiftUpgradePreview

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

interface GiftUpgradePreview {
    @type: "giftUpgradePreview";
    backdrops: UpgradedGiftBackdrop[];
    models: UpgradedGiftModel[];
    next_prices: GiftUpgradePrice[];
    prices: GiftUpgradePrice[];
    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.

next_prices: GiftUpgradePrice[]

Next changes for the price for gift upgrade with more granularity than in prices.

Examples of price for gift upgrade from the maximum price to the minimum price.

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