InvokeWithTakeout
- class pyrogram.raw.functions.InvokeWithTakeout
Invoke a method within a takeout session, see here » for more info.
- Details:
Layer:
223ID:
ACA9FD2E
TL Schema
invokeWithTakeout#aca9fd2e
{X:Type}
takeout_id:long
query:!X
= X
Parameter Tree
InvokeWithTakeout
├── {X →
Type}├── takeout_id →
long└── query →
X <!X>Example
await app.invoke(
InvokeWithTakeout(
{X=None,
takeout_id=0,
query=None,
)
)