lib/slack/web/docs/groups.createChild.json
{
"desc": "Clones and archives a private channel.",
"args": {
"channel": {
"type" : "group",
"required" : true,
"desc" : "Private channel to clone and archive."
}
},
"errors": {
"channel_not_found": "Value passed for `channel` was invalid.",
"already_archived": "An archived group cannot be cloned",
"restricted_action": "A team preference prevents the authenticated user from creating groups."
}
}