Type Alias ruma::events::room_key_request::ToDeviceRoomKeyRequestEvent

source ·
pub type ToDeviceRoomKeyRequestEvent = ToDeviceEvent<ToDeviceRoomKeyRequestEventContent>;
Available on crate feature events only.
Expand description

An m.room_key_request event.

Aliased Type§

struct ToDeviceRoomKeyRequestEvent {
    pub content: ToDeviceRoomKeyRequestEventContent,
    pub sender: OwnedUserId,
}

Fields§

§content: ToDeviceRoomKeyRequestEventContent

Data specific to the event type.

§sender: OwnedUserId

The fully-qualified ID of the user who sent this event.