Layer 224
HelpPassportConfigObj
Telegram passport configuration
constructor
help.passportConfig#a098d6af hash:int countries_langs:DataJSON = help.PassportConfig;
Parameters
| Name | Type | Description |
|---|---|---|
| Hash | int | Hash used for caching, for more info click here |
| CountriesLangs | DataJSON | Localization |
Returns
help.PassportConfigGogram Example
// Creating HelpPassportConfigObj constructor obj := &tg.HelpPassportConfigObj{ Hash: 42, CountriesLangs: &tg.DataJson{}, }