pub type ToDeviceRoomKeyRequestEvent = ToDeviceEvent<ToDeviceRoomKeyRequestEventContent>;Available on crate feature 
events only.Expand description
An m.room_key_request event.
Aliased Type§
pub struct ToDeviceRoomKeyRequestEvent {
    pub content: ToDeviceRoomKeyRequestEventContent,
    pub sender: OwnedUserId,
}Fields§
§content: ToDeviceRoomKeyRequestEventContentData specific to the event type.
sender: OwnedUserIdThe fully-qualified ID of the user who sent this event.