CategoryCreateChannelOptions

export interface CategoryCreateChannelOptions
export interface CategoryCreateChannelOptions
Options for creating a channel using .
availableTags?:readonly GuildForumTagData[]
The tags that can be used in this channel (forum only).
bitrate?:number
Bitrate of the new channel in bits (only voice)
defaultAutoArchiveDuration?:ThreadAutoArchiveDuration
The default auto archive duration for all new threads in this channel
defaultForumLayout?:ForumLayoutType
The default layout used to display posts (forum only).
defaultReactionEmoji?:DefaultReactionEmoji
The emoji to show in the add reaction button on a thread in a guild forum channel.
defaultSortOrder?:SortOrderType
The default sort order mode used to order posts (forum only).
defaultThreadRateLimitPerUser?: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
nsfw?:boolean
Whether the new channel is NSFW
Permission overwrites of the new channel
position?:number
Position of the new channel
rateLimitPerUser?:number
The rate limit per user (slowmode) for the new channel in seconds
reason?:string
Reason for creating the new channel
rtcRegion?:string
The specific region of the new channel.
topic?:string
The topic for the new channel
The type of the new channel. (default: ChannelType.GuildText)
userLimit?:number
Maximum amount of users allowed in the new channel (only voice)
videoQualityMode?:VideoQualityMode
The camera video quality mode of the voice channel