Current section
Files
Jump to
Current section
Files
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."
}
}