Function slack_api::im::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

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