Packages

A Slack Web & Real Time Messaging API client.

Retired package: Renamed - 1.0.0-alpha.0

Current section

Files

Jump to
slack_kit lib slack web docs groups.createChild.json
Raw

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

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