Interface SellGift

Sells a gift received by the current user for Telegram Stars. Request type for Tdjson#sellGift.

interface SellGift {
    @type: "sellGift";
    message_id: number;
    sender_user_id: number;
}

Properties

@type: "sellGift"
message_id: number

Identifier of the message with the gift in the chat with the user.

sender_user_id: number

Identifier of the user that sent the gift.