Interface SellGift

Sells a gift for Telegram Stars. Request type for Tdjson#sellGift.

interface SellGift {
    @type: "sellGift";
    received_gift_id: string;
}

Properties

@type: "sellGift"
received_gift_id: string

Identifier of the gift.