Interface WebApp

Describes a Web App. Use getInternalLink with internalLinkTypeWebApp to share the Web App.

interface WebApp {
    @type: "webApp";
    animation: Animation;
    description: string;
    photo: Photo;
    short_name: string;
    title: string;
}

Properties

@type: "webApp"
animation: Animation

Web App animation; may be null.

description: string

Describes a Web App. Use getInternalLink with internalLinkTypeWebApp to share the Web App.

photo: Photo

Web App photo.

short_name: string

Web App short name.

title: string

Web App title.