pub type ToDeviceStreamUpdateEvent = ToDeviceEvent<ToDeviceStreamUpdateEventContent>;Expand description
An org.matrix.msc4471.stream.update event.
Aliased Type§
pub struct ToDeviceStreamUpdateEvent {
pub content: ToDeviceStreamUpdateEventContent,
pub sender: OwnedUserId,
}Fields§
§content: ToDeviceStreamUpdateEventContentData specific to the event type.
sender: OwnedUserIdThe fully-qualified ID of the user who sent this event.