Interface GetGiftAuctionState

Returns auction state for a gift. Request type for Tdjson#getGiftAuctionState.

interface GetGiftAuctionState {
    @type: "getGiftAuctionState";
    auction_id: string;
}

Properties

Properties

@type: "getGiftAuctionState"
auction_id: string

Unique identifier of the auction.