pub type ToDeviceDummyEvent = ToDeviceEvent<ToDeviceDummyEventContent>;Expand description
An m.dummy event.
Aliased Type§
pub struct ToDeviceDummyEvent {
pub content: ToDeviceDummyEventContent,
pub sender: OwnedUserId,
}Fields§
§content: ToDeviceDummyEventContentData specific to the event type.
sender: OwnedUserIdThe fully-qualified ID of the user who sent this event.