Interface GetGiftAuctionAcquiredGifts

Returns the gifts that were acquired by the current user on a gift auction. Request type for Tdjson#getGiftAuctionAcquiredGifts.

interface GetGiftAuctionAcquiredGifts {
    @type: "getGiftAuctionAcquiredGifts";
    gift_id: string;
}

Properties

Properties

@type: "getGiftAuctionAcquiredGifts"
gift_id: string

Identifier of the auctioned gift.