Interface CloseWebApp

Informs TDLib that a previously opened Web App was closed. Request type for Tdjson#closeWebApp.

interface CloseWebApp {
    @type: "closeWebApp";
    web_app_launch_id: string;
}

Properties

@type: "closeWebApp"
web_app_launch_id: string

Identifier of Web App launch, received from openWebApp.