invokeWithoutUpdates

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;

Parameters

Name Type Description
query !X The query

Result

The type returned by the invoked method.

Bots can use this method

Related pages

Working with Updates

How to subscribe to updates and handle them properly.

Uploading and Downloading Files

How to transfer large data batches correctly.