Interface GetUpgradedGiftWithdrawalUrl

Returns a URL for upgraded gift withdrawal in the TON blockchain as an NFT; requires owner privileges for gifts owned by a chat. Request type for Tdjson#getUpgradedGiftWithdrawalUrl.

interface GetUpgradedGiftWithdrawalUrl {
    @type: "getUpgradedGiftWithdrawalUrl";
    password: string;
    received_gift_id: string;
}

Properties

@type: "getUpgradedGiftWithdrawalUrl"
password: string

The 2-step verification password of the current user.

received_gift_id: string

Identifier of the gift.