Interface InternalLinkTypeGiftAuction

The link is a link to a gift auction. Call getGiftAuctionState with the given auction identifier to process the link. Subtype of InternalLinkType.

interface InternalLinkTypeGiftAuction {
    @type: "internalLinkTypeGiftAuction";
    auction_id: string;
}

Properties

Properties

@type: "internalLinkTypeGiftAuction"
auction_id: string

Unique identifier of the auction.