pub trait EphemeralRoomEventContent: EventContent<EventType = EphemeralRoomEventType> { }
Available on crate feature events only.
Expand description

Content of an ephemeral room event.

Implementors§