Skip to content

invokeWithReCaptcha

Layer 225

Constructor ID: 0xadbb0f94
Returns: X

Parameters

NameTypeDescription
tokenstring
queryTLObject

Example

go
result, err := client.Raw(&tg.InvokeWithReCaptchaRequest{
    token: "",
    query: nil, // TLObject
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.