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 channels.create.json
Raw

lib/slack/web/docs/channels.create.json

{
"args": {
"name": {
"desc": "Name of channel to create",
"example": "mychannel",
"required": true
}
},
"desc": "Creates a channel.",
"errors": {
"name_taken": "A channel cannot be created with the given name.",
"no_channel": "Value passed for `name` was empty.",
"restricted_action": "A team preference prevents the authenticated user from creating channels."
}
}