Layer 224
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.AppConfig

Gogram Example

// Creating HelpAppConfigObj constructor
obj := &tg.HelpAppConfigObj{
    Hash: 42,
    Config: &tg.JsonValue{},
}