Packages

A Slack Web & Real Time Messaging API client.

Current section

Files

Jump to
slack_kit priv docs methods dnd.endDnd.json
Raw

priv/docs/methods/dnd.endDnd.json

{
"args": {},
"desc": "Ends the current user's Do Not Disturb session immediately.",
"errors": { "not_in_dnd": "The auth'd user isn't in DND mode." },
"rate_limit": {
"label": "Tier 2: 20+ per minute",
"url": "https://docs.slack.dev/apis/web-api/rate-limits"
},
"scopes": {
"user": [
{
"name": "dnd:write",
"url": "https://docs.slack.dev/reference/scopes/dnd.write"
}
]
}
}