pub type ToDeviceRoomKeyBundleEvent = ToDeviceEvent<ToDeviceRoomKeyBundleEventContent>;
Available on crate feature
events
only.Expand description
An io.element.msc4268.room_key_bundle
event.
Aliased Type§
pub struct ToDeviceRoomKeyBundleEvent {
pub content: ToDeviceRoomKeyBundleEventContent,
pub sender: OwnedUserId,
}
Fields§
§content: ToDeviceRoomKeyBundleEventContent
Data specific to the event type.
sender: OwnedUserId
The fully-qualified ID of the user who sent this event.