Raw.help.TimezonesList
Timezone information that may be used elsewhere in the api, such as to set telegram business opening hours.
help.timezonesList#7b74ed71 timezones:Vector<Timezone> hash:int = help.TimezonesList;
export namespace Raw {
export namespace help {
export class TimezonesList {
constructor(params: { timezones: Array<Raw.TypeTimezone>; hash: number }) {}
}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x7b74ed71
Property
timezones
: Array of Raw.TypeTimezoneTimezones
hash
: numberHash used for caching, for more info click here