pub type RoomKeyRequestEvent = ToDeviceEvent<RoomKeyRequestContent>;Expand description
The m.room_key_request to-device event.
Aliased Type§
pub struct RoomKeyRequestEvent {
pub sender: OwnedUserId,
pub content: RoomKeyRequestContent,
/* private fields */
}Fields§
§sender: OwnedUserIdThe sender of the to-device event.
content: RoomKeyRequestContentThe content of the to-device event.