Layer 220
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 HelpCountriesList constructor
obj := &tg.HelpCountriesList{
    Countries: []tg.HelpCountry{&tg.HelpCountry{}},
    Hash: 0,
}