955 B
955 B
title | description | image | redirect_from |
---|---|---|---|
help.countryCode | help.countryCode attributes, type and example | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png | /API_docs/constructors/help_countryCode.html |
Constructor: help.countryCode
Attributes:
Name | Type | Required |
---|---|---|
country_code | string | Yes |
prefixes | Array of string | Optional |
patterns | Array of string | Optional |
Type: help.CountryCode
Example:
$help.countryCode = ['_' => 'help.countryCode', 'country_code' => 'string', 'prefixes' => ['string', 'string'], 'patterns' => ['string', 'string']];
Or, if you're into Lua:
help.countryCode={_='help.countryCode', country_code='string', prefixes={'string'}, patterns={'string'}}