pub type ReceiptEvent = EphemeralRoomEvent<ReceiptEventContent>;
Expand description

An m.receipt event.

Aliased Type§

struct ReceiptEvent {
    pub content: ReceiptEventContent,
    pub room_id: OwnedRoomId,
}

Fields§

§content: ReceiptEventContent

Data specific to the event type.

§room_id: OwnedRoomId

The ID of the room associated with this event.