Layer 220
HelpGetAppConfig
Get app-specific configuration, see client configuration for more info on the result.
method
Users
help.getAppConfig#61e3f854 hash:int = help.AppConfig;
Parameters
| Name | Type | Description |
|---|---|---|
| Hash | int | Hash used for caching, for more info click here. |
Returns
help.AppConfigGogram Example
// HelpGetAppConfig - positional arguments result, err := client.HelpGetAppConfig(0) if err != nil { // handle error } // result is *tg.HelpAppConfig