help.countryCode
Country code and phone number pattern of a specific country
type tg.HelpCountryCode struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
CountryCode | string | yes | ISO country code |
Prefixes | []string | — | Possible phone prefixes |
Patterns | []string | — | Phone patterns: for example, XXX XXX XXX |
References
- Official documentation
- Generated Go reference
- TL definition:
help.countryCode#4203c5ef