Function slack_api::mpim::list [] [src]

pub fn list<R>(client: &R,
               token: &str)
               -> Result<ListResponse, ListError<R::Error>> where R: SlackWebRequestSender

Lists multiparty direct message channels for the calling user.

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