Interface GetUserGift

Returns information about a gift received or sent by the current user. Request type for Tdjson#getUserGift.

interface GetUserGift {
    @type: "getUserGift";
    message_id: number;
}

Properties

Properties

@type: "getUserGift"
message_id: number

Identifier of the message with the gift.