Layer 224
HelpAppConfigObj
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 HelpAppConfigObj constructor obj := &tg.HelpAppConfigObj{ Hash: 42, Config: &tg.JsonValue{}, }