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