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