teleproto - v1.229.0
    Preparing search index...

    Interface MessagesRequestSimpleWebViewParams

    interface MessagesRequestSimpleWebViewParams {
        bot: EntityLike;
        compact?: boolean;
        fromSideMenu?: boolean;
        fromSwitchWebview?: boolean;
        fullscreen?: boolean;
        platform: string;
        startParam?: string;
        themeParams?: DataJSONIn;
        url?: string;
    }
    Index
    bot: EntityLike

    Bot that owns the mini app

    compact?: boolean

    Deprecated.

    fromSideMenu?: boolean

    Set this flag if opening the Mini App from the installed side menu entry » .

    fromSwitchWebview?: boolean

    Whether the webapp was opened by clicking on the switch_webview button shown on top of the inline results list returned by messages.getInlineBotResults .

    fullscreen?: boolean

    Requests to open the app in fullscreen mode.

    platform: string

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

    startParam?: string

    Deprecated.

    themeParams?: DataJSONIn

    Theme parameters »

    url?: string

    Web app URL, if opening from a keyboard button or inline result