Timezone#

class pyrogram.raw.types.Timezone#

Timezone information.

Constructor of Timezone.

Details:
  • Layer: 187

  • ID: FF9289F5

Parameters:
  • id (str) – Unique timezone ID.

  • name (str) – Human-readable and localized timezone name.

  • utc_offset (int 32-bit) – 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).