Function slack_api::team_profile::get [] [src]

pub fn get<R>(client: &R,
              token: &str,
              request: &GetRequest)
              -> Result<GetResponse, GetError<R::Error>> where R: SlackWebRequestSender

Retrieve a team's profile.

Wraps https://api.slack.com/methods/team.profile.get