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