mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
686 B
686 B
title | description | nav_exclude | image |
---|---|---|---|
timezone | timezone attributes, type and example | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: timezone
Attributes:
Name | Type | Required |
---|---|---|
id | string | Yes |
name | string | Yes |
utc_offset | int | Yes |
Type: Timezone
Example:
$timezone = ['_' => 'timezone', 'id' => 'string', 'name' => 'string', 'utc_offset' => int];