Function slack_api::groups::info [] [src]

pub fn info<R>(client: &R,
               token: &str,
               request: &InfoRequest)
               -> Result<InfoResponse, InfoError<R::Error>> where R: SlackWebRequestSender

Gets information about a private channel.

Wraps https://api.slack.com/methods/groups.info