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

1.0 KiB

title description nav_exclude image redirect_from
help.countriesList Name, ISO code, localized name and phone codes/patterns of all available countries true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png /API_docs/constructors/help_countriesList.html

Constructor: help.countriesList

Back to constructors index

Name, ISO code, localized name and phone codes/patterns of all available countries

Attributes:

Name Type Required Description
countries Array of help.Country Yes Name, ISO code, localized name and phone codes/patterns of all available countries
hash int Yes

Type: help.CountriesList

Example:

$help_countriesList = ['_' => 'help.countriesList', 'countries' => [help.Country, help.Country], 'hash' => int];