Interface GetReceivedGift

Returns information about a received gift. Request type for Tdjson#getReceivedGift.

interface GetReceivedGift {
    @type: "getReceivedGift";
    received_gift_id: string;
}

Properties

@type: "getReceivedGift"
received_gift_id: string

Identifier of the gift.