pub fn join<R>(
client: &R,
token: &str,
request: &JoinRequest<'_>,
) -> Result<JoinResponse, JoinError<<R as SlackWebRequestSender>::Error>>where
R: SlackWebRequestSender,Expand description
Joins a channel, creating it if needed.
Wraps https://api.slack.com/methods/channels.join