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§

struct PossiblyRedactedRoomHistoryVisibilityEventContent {
    pub history_visibility: HistoryVisibility,
}

Fields§

§history_visibility: HistoryVisibility

Who can see the room history.