Packages

A Slack Web & Real Time Messaging API client.

Retired package: Renamed - 1.0.0-alpha.0

Current section

Files

Jump to
slack_kit lib slack web docs im.close.json
Raw

lib/slack/web/docs/im.close.json

{
"args": {
"channel": {
"desc": "Direct message channel to close.",
"required": true,
"type": "im"
}
},
"desc": "Close a direct message channel.",
"errors": {
"channel_not_found": "Value passed for `channel` was invalid.",
"user_does_not_own_channel": "Calling user does not own this DM channel."
}
}