pub fn make_reply( room: &str, user: &str, reply_to: impl Into<String>, content: impl Into<String>, ) -> Message