Current section

Files

Jump to
slack lib slack web docs groups.close.json
Raw

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

{
"desc": "Closes a private channel.",
"args": {
"channel": {
"type" : "group",
"required" : true,
"desc" : "Private channel to close."
}
},
"errors": {
"channel_not_found" : "Value passed for `channel` was invalid."
}
}