pub type ToDeviceStreamSubscribeEvent = ToDeviceEvent<ToDeviceStreamSubscribeEventContent>;Available on crate features
events and unstable-msc4471 only.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.