Interface WebAppOpenParameters

Options to be used when a Web App is opened.

interface WebAppOpenParameters {
    @type: "webAppOpenParameters";
    application_name: string;
    mode: WebAppOpenMode;
    theme: ThemeParameters;
}

Properties

@type: "webAppOpenParameters"
application_name: string

Short name of the current application; 0-64 English letters, digits, and underscores.

The mode in which the Web App is opened; pass null to open in webAppOpenModeFullSize.

Preferred Web App theme; pass null to use the default theme.