Interface FoundWebApp

Contains information about a Web App found by its short name.

interface FoundWebApp {
    @type: "foundWebApp";
    request_write_access?: boolean;
    skip_confirmation?: boolean;
    web_app: WebApp;
}

Properties

@type: "foundWebApp"
request_write_access?: boolean

True, if the user must be asked for the permission to the bot to send them messages.

skip_confirmation?: boolean

True, if there is no need to show an ordinary open URL confirmation before opening the Web App. The field must be ignored and confirmation must be shown anyway if the Web App link was hidden.

web_app: WebApp

The Web App.