invokeWithGooglePlayIntegrity
Layer 225
Constructor ID: 0x1df92984
Returns: X
Parameters
| Name | Type | Description |
|---|---|---|
nonce | string | |
token | string | |
query | TLObject |
Example
go
result, err := client.Raw(&tg.InvokeWithGooglePlayIntegrityRequest{
nonce: "",
token: "",
query: nil, // TLObject
})
if err != nil {
panic(err)
}
print(result)