mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
1.1 KiB
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
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']];