pub type ToDeviceRoomKeyRequestEvent = ToDeviceEvent<ToDeviceRoomKeyRequestEventContent>;
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.