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