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§

struct PossiblyRedactedRoomJoinRulesEventContent {
    pub join_rule: JoinRule,
}

Fields§

§join_rule: JoinRule

The type of rules used for users wishing to join this room.