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