Layer 220
HelpAppConfig
Contains various client configuration parameters
constructor
help.appConfig#dd18782e hash:int config:JSONValue = help.AppConfig;
Parameters
| Name | Type | Description |
|---|---|---|
| Hash | int | Hash used for caching, for more info click here |
| Config | JSONValue | Client configuration parameters |
Returns
help.AppConfigGogram Example
// Creating HelpAppConfig constructor obj := &tg.HelpAppConfig{ Hash: 0, Config: &tg.JsonValue{}, }