Raw.help.CountryCode
Country code and phone number pattern of a specific country
help.countryCode#4203c5ef flags:# country_code:string prefixes:flags.0?Vector<string> patterns:flags.1?Vector<string> = help.CountryCode;
export namespace Raw {
export namespace help {
export class CountryCode {
constructor(params: {
countryCode: string;
prefixes?: Array<string>;
patterns?: Array<string>;
}) {}
}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x4203c5ef