Layer 220
InvokeWithTakeout
Invoke a method within a takeout session, see here for more info.
method
Users
Bots
invokeWithTakeout#aca9fd2e {X:Type} takeout_id:long query:!X = X;
Parameters
| Name | Type | Description |
|---|---|---|
| TakeoutId | long | Takeout session ID |
| Query | !X | Query |
Gogram Example
// InvokeWithTakeout - positional arguments result, err := client.InvokeWithTakeout(int64(0), nil) if err != nil { // handle error } // result is *tg.ReturnsTheTypeReturnedByTheInvokedMethod