Expand description
Types for the m.room.join_rules
event.
Structs§
- Redacted
Room Join Rules Event Content - Redacted form of
RoomJoinRulesEventContent
- Restricted
- Configuration of the
Restricted
join rule. - Room
Join Rules Event Content - The content of an
m.room.join_rules
event. - Room
Membership - Allow rule which grants permission to join based on the membership of another room.
Enums§
- Allow
Rule - An allow rule which defines a condition that allows joining a room.
- Join
Rule - The rule used for users wishing to join this room.
Type Aliases§
- Initial
Room Join Rules Event - An
m.room.join_rules
event for creating a room. - Original
Room Join Rules Event - An
m.room.join_rules
event. - Original
Sync Room Join Rules Event - An
m.room.join_rules
event from async_events
response. - Possibly
Redacted Room Join Rules Event Content - The possibly redacted form of
RoomJoinRulesEventContent
. - Redacted
Room Join Rules Event - An
m.room.join_rules
event that has been redacted. - Redacted
Sync Room Join Rules Event - An
m.room.join_rules
event from async_events
response that has been redacted. - Room
Join Rules Event - An
m.room.join_rules
event. - Stripped
Room Join Rules Event - An
m.room.join_rules
event from an invited room preview. - Sync
Room Join Rules Event - An
m.room.join_rules
event from async_events
response.