pub type DummyEvent = ToDeviceEvent<DummyEventContent>;Expand description
The m.dummy to-device event.
Aliased Type§
pub struct DummyEvent {
pub sender: OwnedUserId,
pub content: DummyEventContent,
/* private fields */
}Fields§
§sender: OwnedUserIdThe sender of the to-device event.
content: DummyEventContentThe content of the to-device event.