Layer 227
method Users
account.finishTakeoutSession#1d2652ee flags:# success:flags.0?true = Bool;

Parameters

Name Type Description
Success flags .0? true Data exported successfully

Returns

Bool

Gogram 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.