Layer 227
AccountFinishTakeoutSession
Terminate a takeout session, see here for more info.
method
Users
account.finishTakeoutSession#1d2652ee flags:# success:flags.0?true = Bool;
Parameters
| Name | Type | Description |
|---|---|---|
| Success | flags .0? true | Data exported successfully |
Returns
BoolGogram Example
// AccountFinishTakeoutSession - positional arguments result, err := client.AccountFinishTakeoutSession(nil) if err != nil { // handle error } // result is *tg.Bool
Possible Errors
| Code | Type | Description |
|---|---|---|
| 403 | TAKEOUT_REQUIRED | A takeout session needs to be initialized first, see here for more info. |