Interface LinkPreviewTypeWebApp

The link is a link to a Web App. Subtype of LinkPreviewType.

interface LinkPreviewTypeWebApp {
    @type: "linkPreviewTypeWebApp";
    photo: Photo;
}

Properties

Properties

@type: "linkPreviewTypeWebApp"
photo: Photo

Web App photo; may be null if none.