Skip to main content

join

Function join 

Source
pub fn join<R>(
    client: &R,
    token: &str,
    request: &JoinRequest<'_>,
) -> Result<JoinResponse, JoinError<<R as SlackWebRequestSender>::Error>>
Expand description

Joins a channel, creating it if needed.

Wraps https://api.slack.com/methods/channels.join