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: ToDeviceStreamSubscribeEventContentData specific to the event type.
sender: OwnedUserIdThe fully-qualified ID of the user who sent this event.