teleproto - v1.229.0
    Preparing search index...

    Interface BotsInvokeWebViewCustomMethodParams

    interface BotsInvokeWebViewCustomMethodParams {
        bot: EntityLike;
        customMethod: string;
        params: DataJSONIn;
    }
    Index
    bot: EntityLike

    Identifier of the bot associated to the mini bot app

    customMethod: string

    Identifier of the custom method to invoke

    params: DataJSONIn

    Method parameters