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