Interface LinkPreviewTypePhoto

The link is a link to a photo. Subtype of LinkPreviewType.

interface LinkPreviewTypePhoto {
    @type: "linkPreviewTypePhoto";
    photo: Photo;
}

Properties

Properties

@type: "linkPreviewTypePhoto"
photo: Photo

The photo.