Raw.Timezone

Raw.Timezone

Timezone information.

timezone#ff9289f5 id:string name:string utc_offset:int = Timezone;
export namespace Raw {
  export class Timezone {
    constructor(params: { id: string; name: string; utcOffset: number }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0xff9289f5

Property

  • id : string

    Unique timezone id.

  • name : string

    Human-readable and localized timezone name.

  • utcOffset : number

    Utc offset in seconds, which may be displayed in hh:mm format by the client together with the human-readable name (i.e. name utc -01:00).