Layer 227
AccountGetWebBrowserSettings
Fetch the current account's web browser settings (with hash-based caching).
method
account.getWebBrowserSettings#56655768 hash:long = account.WebBrowserSettings;
Parameters
| Name | Type | Description |
|---|---|---|
| Hash | long |
Returns
account.WebBrowserSettingsGogram Example
// AccountGetWebBrowserSettings - positional arguments result, err := client.AccountGetWebBrowserSettings(int64(1234567890)) if err != nil { // handle error } // result is *tg.AccountWebBrowserSettings