Interface WebAppInfo

Contains information about a Web App.

interface WebAppInfo {
    @type: "webAppInfo";
    launch_id: string;
    url: string;
}

Properties

Properties

@type: "webAppInfo"
launch_id: string

Unique identifier for the Web App launch.

url: string

A Web App URL to open in a web view.