Function slack_api::team::info [] [src]

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

Gets information about the current team.

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