export interface CategoryCreateChannelOptionsOptions for creating a channel using create.
optionalavailableTags? : readonly GuildForumTagData[] 
The tags that can be used in this channel (forum only).
optionalbitrate? : number 
Bitrate of the new channel in bits (only voice)
optionaldefaultAutoArchiveDuration? : ThreadAutoArchiveDuration 
The default auto archive duration for all new threads in this channel
optionaldefaultForumLayout? : ForumLayoutType 
The default layout used to display posts (forum only).
optionaldefaultReactionEmoji? : DefaultReactionEmoji 
The emoji to show in the add reaction button on a thread in a guild forum channel.
optionaldefaultSortOrder? : SortOrderType 
The default sort order mode used to order posts (forum only).
optionaldefaultThreadRateLimitPerUser? : number 
The initial rate limit per user (slowmode) to set on newly created threads in a channel.
name : string
The name for the new channel
optionalnsfw? : boolean 
Whether the new channel is NSFW
optionalpermissionOverwrites? : readonly OverwriteResolvable[] | ReadonlyCollection<Snowflake, OverwriteResolvable> 
Permission overwrites of the new channel
optionalposition? : number 
Position of the new channel
optionalrateLimitPerUser? : number 
The rate limit per user (slowmode) for the new channel in seconds
optionalreason? : string 
Reason for creating the new channel
optionalrtcRegion? : string 
The specific region of the new channel.
optionaltopic? : string 
The topic for the new channel
optionaltype? : CategoryChannelType = ChannelType.GuildText
The type of the new channel.
optionaluserLimit? : number 
Maximum amount of users allowed in the new channel (only voice)
optionalvideoQualityMode? : VideoQualityMode 
The camera video quality mode of the voice channel