Type Alias ruma::events::receipt::SyncReceiptEvent
source · pub type SyncReceiptEvent = SyncEphemeralRoomEvent<ReceiptEventContent>;
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.