Interface BotWriteAccessAllowReasonLaunchedWebApp

The user launched a Web App using getWebAppLinkUrl. Subtype of BotWriteAccessAllowReason.

interface BotWriteAccessAllowReasonLaunchedWebApp {
    @type: "botWriteAccessAllowReasonLaunchedWebApp";
    web_app: WebApp;
}

Properties

Properties

@type: "botWriteAccessAllowReasonLaunchedWebApp"
web_app: WebApp

Information about the Web App.