Raw.help.CountriesList
Name, iso code, localized name and phone codes/patterns of all available countries
help.countriesList#87d0759e countries:Vector<help.Country> hash:int = help.CountriesList;
export namespace Raw {
export namespace help {
export class CountriesList {
constructor(params: { countries: Array<Raw.help.TypeCountry>; hash: number }) {}
}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x87d0759e
Property
countries
: Array of Raw.help.TypeCountryName, iso code, localized name and phone codes/patterns of all available countries
hash
: numberHash used for caching, for more info click here