Raw.help.GetCountriesList

Raw.help.GetCountriesList

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

help.getCountriesList#735787a8 lang_code:string hash:int = help.CountriesList;
export namespace Raw {
  export namespace help {
    export class GetCountriesList {
      constructor(params: { langCode: string; hash: number }) {}
    }
  }
}

This is a function constructor, you can use it as method when call invoke

Layer: 185
Constructor ID: 0x735787a8

Property

  • langCode : string

    Language code of the current user

  • hash : number

    Hash used for caching, for more info click here.

Results

Raw.help.TypeCountriesList