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