ruma::events::room

Module redaction

Source
Available on crate feature events only.
Expand description

Types for the m.room.redaction event.

Structs§

OriginalRoomRedactionEvent
Redaction event.
OriginalSyncRoomRedactionEvent
Redaction event without a room_id.
RedactedRoomRedactionEvent
Redacted redaction event.
RedactedRoomRedactionEventContent
A redacted redaction event.
RedactedSyncRoomRedactionEvent
Redacted redaction event without a room_id.
RoomRedactionEventContent
A redaction of an event.
RoomRedactionUnsigned
Extra information about a redaction that is not incorporated into the event’s hash.

Enums§

RoomRedactionEvent
A possibly-redacted redaction event.
SyncRoomRedactionEvent
A possibly-redacted redaction event without a room_id.