MadelineProtoDocs/docs/API_docs/constructors/help.countriesList.md

846 B

title description image redirect_from
help.countriesList help.countriesList attributes, type and example https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png /API_docs/constructors/help_countriesList.html

Constructor: help.countriesList

Back to constructors index

Attributes:

Name Type Required
countries Array of help.Country Yes
hash int Yes

Type: help.CountriesList

Example:

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

Or, if you're into Lua:

help.countriesList={_='help.countriesList', countries={help.Country}, hash=int}