pub fn open<R>(
client: &R,
token: &str,
request: &OpenRequest<'_>,
) -> Result<OpenResponse, OpenError<<R as SlackWebRequestSender>::Error>>where
R: SlackWebRequestSender,Expand description
This method opens a multiparty direct message.
Wraps https://api.slack.com/methods/mpim.open