Interface SetGiftResalePrice

Changes resale price of a unique gift owned by the current user. Request type for Tdjson#setGiftResalePrice.

interface SetGiftResalePrice {
    @type: "setGiftResalePrice";
    price: GiftResalePrice;
    received_gift_id: string;
}

Properties

@type: "setGiftResalePrice"

The new price for the unique gift; pass null to disallow gift resale. The current user will receive getOption("gift_resale_star_earnings_per_mille") Telegram Stars for each 1000 Telegram Stars paid for the gift if the gift price is in Telegram Stars or getOption("gift_resale_ton_earnings_per_mille") Toncoins for each 1000 Toncoins paid for the gift if the gift price is in Toncoins.

received_gift_id: string

Identifier of the unique gift.