Interface GetUpgradedGift

Returns information about an upgraded gift by its name. Request type for Tdjson#getUpgradedGift.

interface GetUpgradedGift {
    @type: "getUpgradedGift";
    name: string;
}

Properties

Properties

@type: "getUpgradedGift"
name: string

Unique name of the upgraded gift.