Layer 227
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

Gogram Example

// Creating HelpCountriesListObj constructor
obj := &tg.HelpCountriesListObj{
    Countries: &tg.VectorHelpCountry{},
    Hash: 42,
}