Layer 220
HelpCountriesList
Name, ISO code, localized name and phone codes/patterns of all available countries
constructor
help.countriesList#87d0759e countries:Vector<help.Country> hash:int = help.CountriesList;
Parameters
| Name | Type | Description |
|---|---|---|
| Countries | Vector<help.Country> | Name, ISO code, localized name and phone codes/patterns of all available countries |
| Hash | int | Hash used for caching, for more info click here |
Returns
help.CountriesListGogram Example
// Creating HelpCountriesList constructor obj := &tg.HelpCountriesList{ Countries: []tg.HelpCountry{&tg.HelpCountry{}}, Hash: 0, }