pub type ToDeviceDummyEvent = ToDeviceEvent<ToDeviceDummyEventContent>;
Expand description

An m.dummy event.

Aliased Type§

struct ToDeviceDummyEvent {
    pub content: ToDeviceDummyEventContent,
    pub sender: OwnedUserId,
}

Fields§

§content: ToDeviceDummyEventContent

Data specific to the event type.

§sender: OwnedUserId

The fully-qualified ID of the user who sent this event.