InvokeWithApnsSecret
- class pyrogram.raw.functions.InvokeWithApnsSecret
Official clients only, invoke with Apple push verification.
- Details:
Layer:
223ID:
0DAE54F8
TL Schema
invokeWithApnsSecret#0dae54f8
{X:Type}
nonce:string
secret:string
query:!X
= X
Parameter Tree
InvokeWithApnsSecret
├── {X →
Type}├── nonce →
string├── secret →
string└── query →
X <!X>Example
await app.invoke(
InvokeWithApnsSecret(
{X=None,
nonce="text",
secret="text",
query=None,
)
)