pub type ToDeviceStreamCancelEvent = ToDeviceEvent<ToDeviceStreamCancelEventContent>;Available on crate features
events and unstable-msc4471 only.Expand description
An org.matrix.msc4471.stream.cancel event.
Aliased Type§
pub struct ToDeviceStreamCancelEvent {
pub content: ToDeviceStreamCancelEventContent,
pub sender: OwnedUserId,
}Fields§
§content: ToDeviceStreamCancelEventContentData specific to the event type.
sender: OwnedUserIdThe fully-qualified ID of the user who sent this event.