Layer 220
HelpTimezonesList
Timezone information that may be used elsewhere in the API, such as to set Telegram Business opening hours.
constructor
help.timezonesList#7b74ed71 timezones:Vector<Timezone> hash:int = help.TimezonesList;
Parameters
| Name | Type | Description |
|---|---|---|
| Timezones | Vector<Timezone> | Timezones |
| Hash | int | Hash used for caching, for more info click here |
Returns
help.TimezonesListGogram Example
// Creating HelpTimezonesList constructor obj := &tg.HelpTimezonesList{ Timezones: []tg.Timezone{&tg.Timezone{}}, Hash: 0, }