Function slack_api::dnd::end_dnd [] [src]

pub fn end_dnd<R>(client: &R,
                  token: &str)
                  -> Result<EndDndResponse, EndDndError<R::Error>> where R: SlackWebRequestSender

Ends the current user's Do Not Disturb session immediately.

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