pub async fn list<R>(
client: &R,
token: &str,
) -> Result<ListResponse, ListError<R::Error>>where
R: SlackWebRequestSender,Expand description
Lists multiparty direct message channels for the calling user.
Wraps https://api.slack.com/methods/mpim.list