pub fn team_info<R>(
client: &R,
token: &str,
request: &TeamInfoRequest<'_>,
) -> Result<TeamInfoResponse, TeamInfoError<R::Error>>where
R: SlackWebRequestSender,Expand description
Retrieves the Do Not Disturb status for users on a team.
Wraps https://api.slack.com/methods/dnd.teamInfo