interface GuildChannelCreateOptions
extends
Omit<CategoryCreateChannelOptions, 'type'>export interface GuildChannelCreateOptions extends Omit<CategoryCreateChannelOptions, 'type'>
Options used to create a new channel in a guild.
optionalCategoryChannelResolvable | null parent? :
Parent of the new channel