Current section
Files
Jump to
Current section
Files
priv/slack/docs/groups.open.json
{
"desc": "Opens a private channel.",
"args": {
"channel": {
"type" : "group",
"required" : true,
"desc" : "Private channel to open."
}
},
"errors": {
"channel_not_found" : "Value passed for `channel` was invalid."
}
}