pub async fn leave<R>(
client: &R,
token: &str,
request: &LeaveRequest<'_>,
) -> Result<LeaveResponse, LeaveError<R::Error>>where
R: SlackWebRequestSender,Expand description
Leaves a channel.
Wraps https://api.slack.com/methods/channels.leave