MadelineProtoDocs/docs/API_docs/constructors/help.countryCode.md
2024-05-01 14:53:46 +02:00

1.1 KiB

title description nav_exclude image redirect_from
help.countryCode Country code and phone number pattern of a specific country true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png /API_docs/constructors/help_countryCode.html

Constructor: help.countryCode

Back to constructors index

Country code and phone number pattern of a specific country

Attributes:

Name Type Required Description
country_code string Yes ISO country code
prefixes Array of string Optional Possible phone prefixes
patterns Array of string Optional Phone patterns: for example, XXX XXX XXX

Type: help.CountryCode

Example:

$help_countryCode = ['_' => 'help.countryCode', 'country_code' => 'string', 'prefixes' => ['string', 'string'], 'patterns' => ['string', 'string']];