Skip to main content

ToDeviceStreamSubscribeEvent

Type Alias ToDeviceStreamSubscribeEvent 

Source
pub type ToDeviceStreamSubscribeEvent = ToDeviceEvent<ToDeviceStreamSubscribeEventContent>;
Expand description

An org.matrix.msc4471.stream.subscribe event.

Aliased Type§

pub struct ToDeviceStreamSubscribeEvent {
    pub content: ToDeviceStreamSubscribeEventContent,
    pub sender: OwnedUserId,
}

Fields§

§content: ToDeviceStreamSubscribeEventContent

Data specific to the event type.

§sender: OwnedUserId

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