Function slack_api::groups::history [] [src]

pub fn history<R>(client: &R,
                  token: &str,
                  request: &HistoryRequest)
                  -> Result<HistoryResponse, HistoryError<R::Error>> where R: SlackWebRequestSender

Fetches history of messages and events from a private channel.

Wraps https://api.slack.com/methods/groups.history