Type Alias ruma_events::identity_server::IdentityServerEvent

source ·
pub type IdentityServerEvent = GlobalAccountDataEvent<IdentityServerEventContent>;
Expand description

An m.identity_server event.

Aliased Type§

struct IdentityServerEvent {
    pub content: IdentityServerEventContent,
}

Fields§

§content: IdentityServerEventContent

Data specific to the event type.