pub type ToDeviceRoomEncryptedEvent = ToDeviceEvent<ToDeviceRoomEncryptedEventContent>;
Expand description

An m.room.encrypted event.

Aliased Type§

struct ToDeviceRoomEncryptedEvent {
    pub content: ToDeviceRoomEncryptedEventContent,
    pub sender: OwnedUserId,
}

Fields§

§content: ToDeviceRoomEncryptedEventContent

Data specific to the event type.

§sender: OwnedUserId

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