pub type FullyReadEvent = RoomAccountDataEvent<FullyReadEventContent>;Available on crate feature 
events only.Expand description
An m.fully_read event.
Aliased Type§
pub struct FullyReadEvent {
    pub content: FullyReadEventContent,
}Fields§
§content: FullyReadEventContentData specific to the event type.