account.deleteAutoSaveExceptions
Clear all peer-specific autosave settings.
func (c *Client) AccountDeleteAutoSaveExceptions(ctx context.Context) (bool, error)
Calling this method
client.Run(ctx, func(ctx context.Context) error {
api := client.API()
res, err := api.AccountDeleteAutoSaveExceptions(ctx)
if err != nil {
return err
}
_ = res // bool
return nil
})
Parameters
This method takes no parameters.
Returns
bool
References
- Official documentation
- Generated Go reference
- TL definition:
account.deleteAutoSaveExceptions#53bc0020