Function slack_api::mpim::replies [] [src]

pub fn replies<R>(client: &R,
                  token: &str,
                  request: &RepliesRequest)
                  -> Result<RepliesResponse, RepliesError<R::Error>> where R: SlackWebRequestSender

Retrieve a thread of messages posted to a direct message conversation from a multiparty direct message.

Wraps https://api.slack.com/methods/mpim.replies