Packages

A Slack Web & Real Time Messaging API client.

Current section

Files

Jump to
slack_kit priv docs methods groups.create.json
Raw

priv/docs/methods/groups.create.json

{
"args": {
"name": {
"desc": "Name of private channel to create",
"required": true
}
},
"desc": "Creates a private channel.",
"errors": {
"name_taken": "A group cannot be created with the given name.",
"no_channel": "No group name was passed.",
"restricted_action": "A team preference prevents the authenticated user from creating groups."
}
}