pub type PossiblyRedactedRoomRetentionEventContent = RoomRetentionEventContent;Available on crate features
events and unstable-msc1763 only.Expand description
The PossiblyRedacted version of RoomRetentionEventContent.
Since the event has only optional fields it’s already compatible with the redacted version of the state event content.
Aliased Type§
pub struct PossiblyRedactedRoomRetentionEventContent { /* private fields */ }