pub type PossiblyRedactedRoomJoinRulesEventContent = RoomJoinRulesEventContent;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§
pub struct PossiblyRedactedRoomJoinRulesEventContent {
pub join_rule: JoinRule,
}Fields§
§join_rule: JoinRuleThe type of rules used for users wishing to join this room.