Skip to main content

StrippedRoomState

Type Alias StrippedRoomState 

Source
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>>),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(Vec<Raw<AnyStrippedStateEvent, 48>>)

Some value of type T.