Layer 220
AccountResetNotifySettings
Resets all notification settings from users and groups.
method
Users
account.resetNotifySettings#db7e1747 = Bool;
Returns
BoolGogram Example
// AccountResetNotifySettings - positional arguments result, err := client.AccountResetNotifySettings() if err != nil { // handle error } // result is *tg.Bool