pub fn end_dnd<R>(
client: &R,
token: &str,
) -> Result<EndDndResponse, EndDndError<R::Error>>where
R: SlackWebRequestSender,Expand description
Ends the current user’s Do Not Disturb session immediately.
Wraps https://api.slack.com/methods/dnd.endDnd