Interface LinkPreviewTypeBackground

The link is a link to a background. Link preview title and description are available only for filled backgrounds. Subtype of LinkPreviewType.

interface LinkPreviewTypeBackground {
    @type: "linkPreviewTypeBackground";
    background_type: BackgroundType;
    document: Document;
}

Properties

@type: "linkPreviewTypeBackground"
background_type: BackgroundType

Type of the background; may be null if unknown.

document: Document

Document with the background; may be null for filled backgrounds.