Function slack_api::channels::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 channel

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