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