pub fn invite<R>(
client: &R,
token: &str,
request: &InviteRequest<'_>,
) -> Result<InviteResponse, InviteError<R::Error>>where
R: SlackWebRequestSender,Expand description
Invites a user to a private channel.
Wraps https://api.slack.com/methods/groups.invite