Layer 227
AccountDeleteWebBrowserSettingsExceptions
Clear all per-domain web browser settings exceptions for the account.
method
account.deleteWebBrowserSettingsExceptions#86a0765d = account.WebBrowserSettings;
Returns
account.WebBrowserSettingsGogram Example
// AccountDeleteWebBrowserSettingsExceptions - positional arguments result, err := client.AccountDeleteWebBrowserSettingsExceptions() if err != nil { // handle error } // result is *tg.AccountWebBrowserSettings