Interface GetGiftUpgradePreview

Returns examples of possible upgraded gifts for a regular gift. Request type for Tdjson#getGiftUpgradePreview.

interface GetGiftUpgradePreview {
    @type: "getGiftUpgradePreview";
    gift_id: string;
}

Properties

Properties

@type: "getGiftUpgradePreview"
gift_id: string

Identifier of the gift.