Skip to main content

CustomStateEvent

Type Alias CustomStateEvent 

Source
pub type CustomStateEvent = StateEvent<CustomStateEventContent>;
Expand description

An rs.matrix-sdk.custom-state.test event.

Aliased Type§

pub enum CustomStateEvent {
    Original(OriginalStateEvent<CustomStateEventContent>),
    Redacted(RedactedStateEvent<RedactedCustomStateEventContent>),
}

Variants§

§

Original(OriginalStateEvent<CustomStateEventContent>)

Original, unredacted form of the event.

§

Redacted(RedactedStateEvent<RedactedCustomStateEventContent>)

Redacted form of the event with minimal fields.