Layer 220
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 HelpAppConfig constructor
obj := &tg.HelpAppConfig{
    Hash: 0,
    Config: &tg.JsonValue{},
}