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