Interface GetGiftUpgradeVariants

Returns all possible variants of upgraded gifts for a regular gift. Request type for Tdjson#getGiftUpgradeVariants.

interface GetGiftUpgradeVariants {
    @type: "getGiftUpgradeVariants";
    gift_id: string;
}

Properties

Properties

@type: "getGiftUpgradeVariants"
gift_id: string

Identifier of the gift.