Raw.help.Country
Name, iso code, localized name and phone codes/patterns of a specific country
help.country#c3878e23 flags:# hidden:flags.0?true iso2:string default_name:string name:flags.1?string country_codes:Vector<help.CountryCode> = help.Country;
export namespace Raw {
export namespace help {
export class Country {
constructor(params: {
hidden?: boolean;
iso2: string;
defaultName: string;
name?: string;
countryCodes: Array<Raw.help.TypeCountryCode>;
}) {}
}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0xc3878e23
Property
hidden
: boolean or undefinedWhether this country should not be shown in the list
iso2
: stringIso code of country
defaultName
: stringName of the country in the country’s language
name
: string or undefinedName of the country in the user’s language, if different from the original name
countryCodes
: Array of Raw.help.TypeCountryCodePhone codes/patterns