Layer 220
HelpGetCountriesList
Get name, ISO code, localized name and phone codes/patterns of all available countries
method
Users
help.getCountriesList#735787a8 lang_code:string hash:int = help.CountriesList;
Parameters
| Name | Type | Description |
|---|---|---|
| LangCode | string | Language code of the current user |
| Hash | int | Hash used for caching, for more info click here. |
Returns
help.CountriesListGogram Example
// HelpGetCountriesList - positional arguments result, err := client.HelpGetCountriesList("...", 0) if err != nil { // handle error } // result is *tg.HelpCountriesList