Layer 220
InvokeWithoutUpdates
Invoke a request without subscribing the used connection for updates (this is enabled by default for file queries ).
method
Users
Bots
invokeWithoutUpdates#bf9459b7 {X:Type} query:!X = X;
Parameters
| Name | Type | Description |
|---|---|---|
| Query | !X | The query |
Gogram Example
// InvokeWithoutUpdates - positional arguments result, err := client.InvokeWithoutUpdates(nil) if err != nil { // handle error } // result is *tg.ReturnsTheTypeReturnedByTheInvokedMethod