Options used to create a new channel in a guild.
Extends
Omit<CategoryCreateChannelOptions, 'type'>type?:Exclude<
ChannelType,
| ChannelType.DM
| ChannelType.GroupDM
| ChannelType.PublicThread
| ChannelType.AnnouncementThread
| ChannelType.PrivateThread
>