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
: stringLanguage code of the current user
hash
: numberHash used for caching, for more info click here.