discord.com
create_channel
Input
name requiredChannel name. Discord lowercases it and replaces spaces with hyphens for text and forum channels; voice and stage names keep their casing.
guildId requiredServer id, e.g. from discord.com/list_servers.
type optionalChannel type to create. 'forum' creates a posts-only channel (list its posts with discord.com/list_forum_posts). announcement and stage require Community to be enabled on the server.
Default: "text"categoryId optionalOptional category (parent) id to create the channel inside, e.g. from the categories array of discord.com/list_channels. Omit to create it outside any category.
Output
name requiredtype requiredguildId requiredchannelId requiredalready_present requiredurl optionalparentId optionaltypeCode optionalverified_on_page optionalWhether the new channel was confirmed present in the sidebar after creation, rather than only trusting the creation response.
