Interface LinkPreviewTypeGiftAuction

The link is a link to a gift auction. Subtype of LinkPreviewType.

interface LinkPreviewTypeGiftAuction {
    @type: "linkPreviewTypeGiftAuction";
    auction_end_date: number;
    gift: Gift;
}

Properties

@type: "linkPreviewTypeGiftAuction"
auction_end_date: number

Point in time (Unix timestamp) when the auction will be ended.

gift: Gift

The gift.