Invoke a request without subscribing the used connection for updates (this is enabled by default for file queries).
---functions---
invokeWithoutUpdates#bf9459b7 {X:Type} query:!X = X;
Name | Type | Description |
---|---|---|
query | !X | The query |
The type returned by the invoked method.
How to subscribe to updates and handle them properly.
How to transfer large data batches correctly.