pub type ToDeviceRoomKeyEvent = ToDeviceEvent<ToDeviceRoomKeyEventContent>;Expand description
An m.room_key event.
Aliased Type§
pub struct ToDeviceRoomKeyEvent {
pub content: ToDeviceRoomKeyEventContent,
pub sender: OwnedUserId,
}Fields§
§content: ToDeviceRoomKeyEventContentData specific to the event type.
sender: OwnedUserIdThe fully-qualified ID of the user who sent this event.