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