Interface SellGift

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

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

Properties

@type: "sellGift"
business_connection_id: string

Unique identifier of business connection on behalf of which to send the request; for bots only.

received_gift_id: string

Identifier of the gift.