pub type SyncTypingEvent = SyncEphemeralRoomEvent<TypingEventContent>;Expand description
An m.typing event from a sync_events response.
Aliased Type§
pub struct SyncTypingEvent {
pub content: TypingEventContent,
}Fields§
§content: TypingEventContentData specific to the event type.