Layer 220
InvokeWithReCaptcha
Official clients only: re-execute a method call that required re CAPTCHA verification via a RECAPTCHA_CHECK_<value>__<value>, where the first placeholder is the action, and the second one is the re CAPTCHA key ID.
method
Users
Bots
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("...", nil) if err != nil { // handle error } // result is *tg.ReturnsTheTypeReturnedByTheInvokedMethod