Slack.Web.Channels.create
You're seeing just the function
create, go back to Slack.Web.Channels module for more information.
Creates a channel.
Required Params
name- Name of channel to create ex:mychannel
Errors the API can return:
name_taken- A channel cannot be created with the given name.no_channel- Value passed fornamewas empty.restricted_action- A team preference prevents the authenticated user from creating channels.