Type Alias ruma::events::receipt::SyncReceiptEvent

source ·
pub type SyncReceiptEvent = SyncEphemeralRoomEvent<ReceiptEventContent>;
Available on crate feature events only.
Expand description

An m.receipt event from a sync_events response.

Aliased Type§

struct SyncReceiptEvent {
    pub content: ReceiptEventContent,
}

Fields§

§content: ReceiptEventContent

Data specific to the event type.