ruma::events::room

Module topic

Source
Available on crate feature events only.
Expand description

Types for the m.room.topic event.

Structs§

PossiblyRedactedRoomTopicEventContent
The possibly redacted form of RoomTopicEventContent.
RedactedRoomTopicEventContent
Redacted form of RoomTopicEventContent
RoomTopicEventContent
The content of an m.room.topic event.

Type Aliases§

InitialRoomTopicEvent
An m.room.topic event for creating a room.
OriginalRoomTopicEvent
An m.room.topic event.
OriginalSyncRoomTopicEvent
An m.room.topic event from a sync_events response.
RedactedRoomTopicEvent
An m.room.topic event that has been redacted.
RedactedSyncRoomTopicEvent
An m.room.topic event from a sync_events response that has been redacted.
RoomTopicEvent
An m.room.topic event.
StrippedRoomTopicEvent
An m.room.topic event from an invited room preview.
SyncRoomTopicEvent
An m.room.topic event from a sync_events response.