Function slack_api::im::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 direct message channel.