Function slack_api::mpim::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 multiparty direct message.

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