pub async fn post_dm_thread_reply(
configuration: &Configuration,
dm_id: &str,
message_id: &str,
dm_thread_reply_request: DmThreadReplyRequest,
account_id: Option<&str>,
) -> Result<DmMessageEnvelope, Error<PostDmThreadReplyError>>