Interface LinkPreviewTypeStoryAlbum

The link is a link to an album of stories. Subtype of LinkPreviewType.

interface LinkPreviewTypeStoryAlbum {
    @type: "linkPreviewTypeStoryAlbum";
    photo_icon: Photo;
    video_icon: Video;
}

Properties

@type: "linkPreviewTypeStoryAlbum"
photo_icon: Photo

Icon of the album; may be null if none.

video_icon: Video

Video icon of the album; may be null if none.