events

Attributes

Name Type Description Readonly
id string
content JsonNode An object that contains the event type-specific attributes.
created OffsetDateTime Creation time.
state-key string
type string
visibility string

Scope of visibility. Can be one of:

  • DEFAULT - event is visible to everyone
  • CREATOR - event is visible to its creator only

Relationships

Name Type Description
references events

Other event that is referenced by this event.

Useful to model relationships between events, e.g. a text translation event “references” a text event.

rooms rooms Room where this event was created in. Can be null for global events.
sender users User who created the event.

Meta

Name Type
idempotency-key string