teleproto - v1.229.0
    Preparing search index...

    Interface MessagesProlongWebViewParams

    interface MessagesProlongWebViewParams {
        bot: EntityLike;
        peer: EntityLike;
        queryId: BigInteger;
        replyTo?: TypeInputReplyToIn;
        sendAs?: EntityLike;
        silent?: boolean;
    }
    Index
    bot: EntityLike

    Bot that owns the web app

    peer: EntityLike

    Dialog where the web app was opened.

    queryId: BigInteger

    Web app interaction ID obtained from messages.requestWebView

    If set, indicates that the inline message that will be sent by the bot on behalf of the user once the web app interaction is terminated should be sent in reply to the specified message or story.

    sendAs?: EntityLike

    Open the web app as the specified peer

    silent?: boolean

    Whether the inline message that will be sent by the bot on behalf of the user once the web app interaction is terminated should be sent silently (no notifications for the receivers).