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