pub fn make_event( room: &str, user: &str, event_type: EventType, content: impl Into<String>, params: Option<Value>, ) -> Message