InvokeWithGooglePlayIntegrity
- class pyrogram.raw.functions.InvokeWithGooglePlayIntegrity
Official clients only, invoke with Google Play Integrity token.
- Details:
Layer:
223ID:
1DF92984
TL Schema
invokeWithGooglePlayIntegrity#1df92984
{X:Type}
nonce:string
token:string
query:!X
= X
Parameter Tree
InvokeWithGooglePlayIntegrity
├── {X →
Type}├── nonce →
string├── token →
string└── query →
X <!X>Example
await app.invoke(
InvokeWithGooglePlayIntegrity(
{X=None,
nonce="text",
token="text",
query=None,
)
)