Interface UpdateWebAppMessageSent

A message was sent by an opened Web App, so the Web App needs to be closed. Subtype of Update.

interface UpdateWebAppMessageSent {
    @type: "updateWebAppMessageSent";
    web_app_launch_id: string;
}

Properties

@type: "updateWebAppMessageSent"
web_app_launch_id: string

Identifier of Web App launch.