teleproto - v1.229.0
    Preparing search index...

    Interface InvokeWithReCaptchaParams

    interface InvokeWithReCaptchaParams {
        query: unknown;
        token: string;
    }
    Index
    query: unknown

    The original method call.

    token: string

    reCAPTCHA token received after verification.