pub async fn post_native_dm_thread_reply( configuration: &Configuration, dm_id: &str, message_id: &str, request_body: HashMap<String, Value>, ) -> Result<HashMap<String, Value>, Error<PostNativeDmThreadReplyError>>