lib/slack/web/docs/channels.join.json
{
"desc": "Joins a channel, creating it if needed.",
"args": {
"name": {
"required" : true,
"desc" : "Name of channel to join"
}
},
"errors": {
"channel_not_found" : "Value passed for `channel` was invalid.",
"name_taken" : "A channel cannot be created with the given name.",
"restricted_action": "A team preference prevents the authenticated user from creating channels.",
"no_channel" : "Value passed for `name` was empty.",
"is_archived" : "Channel has been archived."
}
}