Interface LinkPreviewTypeGiftCollection

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

interface LinkPreviewTypeGiftCollection {
    @type: "linkPreviewTypeGiftCollection";
    icons: Sticker[];
}

Properties

Properties

@type: "linkPreviewTypeGiftCollection"
icons: Sticker[]

Icons for some gifts from the collection; may be empty.