interface CategoryCreateChannelOptions
extends
BaseCategoryCreateChannelOptionsexport interface CategoryCreateChannelOptions extends BaseCategoryCreateChannelOptionsOptions for creating a channel using create.
externalavailableTags : Array<GuildForumTagData>
The tags that can be used in this channel (forum only).
externalbitrate : number
Bitrate of the new channel in bits (only voice)
externaldefaultAutoArchiveDuration : ThreadAutoArchiveDuration
The default auto archive duration for all new threads in this channel
externaldefaultForumLayout : ForumLayoutType
The default layout used to display posts (forum only).
externaldefaultReactionEmoji : DefaultReactionEmoji
The emoji to show in the add reaction button on a thread in a guild forum channel.
externaldefaultSortOrder : SortOrderType
The default sort order mode used to order posts (forum only).
externaldefaultThreadRateLimitPerUser : 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
externalnsfw : boolean
Whether the new channel is NSFW
externalpermissionOverwrites : Array<OverwriteResolvable> | Collection<Snowflake, OverwriteResolvable>
Permission overwrites of the new channel
externalposition : number
Position of the new channel
externalrateLimitPerUser : number
The rate limit per user (slowmode) for the new channel in seconds
externalreason : string
Reason for creating the new channel
externalrtcRegion : string
The specific region of the new channel.
externaltopic : string
The topic for the new channel
optionaltype? : CategoryChannelChildTypes = ChannelType.GuildText
The type of the new channel.
externaluserLimit : number
Maximum amount of users allowed in the new channel (only voice)
externalvideoQualityMode : VideoQualityMode
The camera video quality mode of the voice channel