Type Alias ruma::events::room::join_rules::PossiblyRedactedRoomJoinRulesEventContent
source · pub type PossiblyRedactedRoomJoinRulesEventContent = RoomJoinRulesEventContent;
Available on crate feature
events
only.Expand description
The possibly redacted form of RoomJoinRulesEventContent
.
This type is used when it’s not obvious whether the content is redacted or not.
Aliased Type§
struct PossiblyRedactedRoomJoinRulesEventContent {
pub join_rule: JoinRule,
}
Fields§
§join_rule: JoinRule
The type of rules used for users wishing to join this room.