Skip to main content

ToDeviceStreamCancelEvent

Type Alias ToDeviceStreamCancelEvent 

Source
pub type ToDeviceStreamCancelEvent = ToDeviceEvent<ToDeviceStreamCancelEventContent>;
Expand description

An org.matrix.msc4471.stream.cancel event.

Aliased Type§

pub struct ToDeviceStreamCancelEvent {
    pub content: ToDeviceStreamCancelEventContent,
    pub sender: OwnedUserId,
}

Fields§

§content: ToDeviceStreamCancelEventContent

Data specific to the event type.

§sender: OwnedUserId

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