Layer 227
method Users Bots
invokeWithReCaptcha#adbb0f94 {X:Type} token:string query:!X = X;

Parameters

Name Type Description
Token string re CAPTCHA token received after verification.
Query !X The original method call.

Gogram Example

// InvokeWithReCaptcha - positional arguments
result, err := client.InvokeWithReCaptcha("Hello, World!", nil)
if err != nil {
    // handle error
}
// result is *tg.ReturnsTheTypeReturnedByTheInvokedMethod