mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-04 02:28:31 +01:00
24 lines
576 B
Markdown
24 lines
576 B
Markdown
|
---
|
||
|
title: "help.timezonesListNotModified"
|
||
|
description: "help.timezonesListNotModified attributes, type and example"
|
||
|
nav_exclude: true
|
||
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
||
|
redirect_from: /API_docs/constructors/help_timezonesListNotModified.html
|
||
|
---
|
||
|
# Constructor: help.timezonesListNotModified
|
||
|
[Back to constructors index](/API_docs/constructors/index.html)
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [help.TimezonesList](/API_docs/types/help.TimezonesList.html)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$help_timezonesListNotModified = ['_' => 'help.timezonesListNotModified'];
|
||
|
```
|