InvokeWithoutUpdates
- class pyrogram.raw.functions.InvokeWithoutUpdates
Invoke a request without subscribing the used connection for updates (this is enabled by default for file queries).
- Details:
Layer:
223ID:
BF9459B7
TL Schema
invokeWithoutUpdates#bf9459b7
{X:Type}
query:!X
= X
Parameter Tree
InvokeWithoutUpdates
├── {X →
Type}└── query →
X <!X>Example
await app.invoke(
InvokeWithoutUpdates(
{X=None,
query=None,
)
)