Interface LinkPreviewTypeApp

The link is a link to an app at App Store or Google Play. Subtype of LinkPreviewType.

interface LinkPreviewTypeApp {
    @type: "linkPreviewTypeApp";
    photo: Photo;
}

Properties

Properties

@type: "linkPreviewTypeApp"
photo: Photo

Photo for the app.