Type Alias ruma::events::room::join_rules::SyncRoomJoinRulesEvent
source · pub type SyncRoomJoinRulesEvent = SyncStateEvent<RoomJoinRulesEventContent>;
Available on crate feature
events
only.Expand description
An m.room.join_rules
event from a sync_events
response.
Aliased Type§
enum SyncRoomJoinRulesEvent {
Original(OriginalSyncStateEvent<RoomJoinRulesEventContent>),
Redacted(RedactedSyncStateEvent<RedactedRoomJoinRulesEventContent>),
}
Variants§
Original(OriginalSyncStateEvent<RoomJoinRulesEventContent>)
Original, unredacted form of the event.
Redacted(RedactedSyncStateEvent<RedactedRoomJoinRulesEventContent>)
Redacted form of the event with minimal fields.