Function slack_api::dnd::team_info [] [src]

pub fn team_info<R>(client: &R,
                    token: &str,
                    request: &TeamInfoRequest)
                    -> Result<TeamInfoResponse, TeamInfoError<R::Error>> where R: SlackWebRequestSender
[]

Retrieves the Do Not Disturb status for users on a team.

Wraps https://api.slack.com/methods/dnd.teamInfo