Skip to content

invokeWithGooglePlayIntegrity

Layer 225

Constructor ID: 0x1df92984
Returns: X

Parameters

NameTypeDescription
noncestring
tokenstring
queryTLObject

Example

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

Released under the Apache-2.0 License.