Type Alias matrix_sdk_crypto::types::events::dummy::DummyEvent

source ·
pub type DummyEvent = ToDeviceEvent<DummyEventContent>;
Expand description

The m.dummy to-device event.

Aliased Type§

struct DummyEvent {
    pub sender: OwnedUserId,
    pub content: DummyEventContent,
    /* private fields */
}

Fields§

§sender: OwnedUserId

The sender of the to-device event.

§content: DummyEventContent

The content of the to-device event.