Interface LinkPreviewTypeVideo

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

interface LinkPreviewTypeVideo {
    @type: "linkPreviewTypeVideo";
    video: Video;
}

Properties

Properties

@type: "linkPreviewTypeVideo"
video: Video

The video description.