Raw.help.CountriesList

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.TypeCountry

    Name, iso code, localized name and phone codes/patterns of all available countries

  • hash : number

    Hash used for caching, for more info click here