teleproto - v1.229.0
    Preparing search index...

    Interface MessagesRequestMainWebViewParams

    interface MessagesRequestMainWebViewParams {
        bot: EntityLike;
        compact?: boolean;
        fullscreen?: boolean;
        peer: EntityLike;
        platform: string;
        startParam?: string;
        themeParams?: DataJSONIn;
    }
    Index
    bot: EntityLike

    Bot that owns the main mini app.

    compact?: boolean

    If set, requests to open the mini app in compact mode (as opposed to normal or fullscreen mode). Must be set if the mode parameter of the Main Mini App link is equal to compact .

    fullscreen?: boolean

    If set, requests to open the mini app in fullscreen mode (as opposed to compact or normal mode). Must be set if the mode parameter of the Main Mini App link is equal to fullscreen .

    peer: EntityLike

    Currently open chat, may be inputPeerEmpty if no chat is currently open.

    platform: string

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

    startParam?: string

    Start parameter, if opening from a Main Mini App link » .

    themeParams?: DataJSONIn

    Theme parameters »