Type Alias ruma::events::typing::TypingEvent
source · pub type TypingEvent = EphemeralRoomEvent<TypingEventContent>;
Expand description
An m.typing
event.
Aliased Type§
struct TypingEvent {
pub content: TypingEventContent,
pub room_id: OwnedRoomId,
}
Fields§
§content: TypingEventContent
Data specific to the event type.
room_id: OwnedRoomId
The ID of the room associated with this event.