Current section

Files

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

lib/slack/web/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."
}
}