pub type PossiblyRedactedRoomHistoryVisibilityEventContent = RoomHistoryVisibilityEventContent;Available on crate feature 
events only.Expand description
The possibly redacted form of RoomHistoryVisibilityEventContent.
This type is used when it’s not obvious whether the content is redacted or not.
Aliased Type§
pub struct PossiblyRedactedRoomHistoryVisibilityEventContent {
    pub history_visibility: HistoryVisibility,
}Fields§
§history_visibility: HistoryVisibilityWho can see the room history.