pub fn append_sidechat_message( sidechat_id: &str, message_markdown: String, attachment_hashes: Vec<String>, ) -> ThreadResult<()>