end_dnd/1 | Ends the user's currently scheduled Do Not Disturb session immediately. |
end_snooze/1 | Ends the current user's snooze mode immediately. |
info/3 | Provides information about a user's current Do Not Disturb settings. |
set_snooze/2 | Ends the current user's snooze mode immediately. |
team_info/3 | Provides information about the current Do Not Disturb settings for users of a Slack team. |
end_dnd(Token::string()) -> http_response()
Ends the user's currently scheduled Do Not Disturb session immediately.
end_snooze(Token::string()) -> http_response()
Ends the current user's snooze mode immediately.
info(Token::string(), User::string(), Options::list()) -> http_response()
Provides information about a user's current Do Not Disturb settings.
Options can be: user: user to fetch status for (default: current user)set_snooze(Token::string(), NumMinutes::integer()) -> http_response()
Ends the current user's snooze mode immediately.
team_info(Token::string(), Users::[string()], Options::list()) -> http_response()
Provides information about the current Do Not Disturb settings for users of a Slack team.
Options can be: users: users to fetch status forGenerated by EDoc, Feb 3 2016, 17:11:45.