Skip to main content

post_dm_thread_reply

Function post_dm_thread_reply 

Source
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>>