Skip to content

miniproto.types.Update

Update(date: datetime = _utc_now(), raw: object | None = None) -> None

Base normalized update with a UTC creation timestamp and optional raw payload.

Attributes:

  • date (datetime) – Time associated with the update, generated as current UTC time when omitted.
  • raw (object | None) – Optional original Telegram TL object retained for low-level inspection.