Layer 227
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

Gogram Example

// Creating HelpTimezonesListObj constructor
obj := &tg.HelpTimezonesListObj{
    Timezones: &tg.VectorTimezone{},
    Hash: 42,
}