pub type StrippedRoomState = Option<Vec<Raw<AnyStrippedStateEvent>>>;Expand description
Optional stripped room state attached to invite and knock transitions.
Aliased Type§
pub enum StrippedRoomState {
None,
Some(Vec<Raw<AnyStrippedStateEvent, 48>>),
}