IVisibilityChange
Defined in: src/models/event.ts:137
When an event is a visibility change event, as per MSC3531, the visibility change implied by the event.
Properties
Section titled “Properties”eventId
Section titled “eventId”eventId:
string
Defined in: src/models/event.ts:147
The event id affected.
reason
Section titled “reason”reason:
string|null
Defined in: src/models/event.ts:154
Optionally, a human-readable reason explaining why the event was hidden. Ignored if the event was made visible.
visible
Section titled “visible”visible:
boolean
Defined in: src/models/event.ts:142
If true, the target event should be made visible.
Otherwise, it should be hidden.