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

773 B

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

Constructor: help.timezonesList

Back to constructors index

Attributes:

Name Type Required
timezones Array of Timezone Yes
hash int Yes

Type: help.TimezonesList

Example:

$help_timezonesList = ['_' => 'help.timezonesList', 'timezones' => [Timezone, Timezone], 'hash' => int];