pub fn info<R>(
client: &R,
token: &str,
request: &InfoRequest<'_>,
) -> Result<InfoResponse, InfoError<<R as SlackWebRequestSender>::Error>>where
R: SlackWebRequestSender,Expand description
Gets information about a private channel.
Wraps https://api.slack.com/methods/groups.info