export interface CategoryCreateChannelOptions
Options for creating a channel using create.
optionalreadonly GuildForumTagData[] availableTags? :
The tags that can be used in this channel (forum only).
optionalnumber bitrate? :
Bitrate of the new channel in bits (only voice)
optionalThreadAutoArchiveDuration defaultAutoArchiveDuration? :
The default auto archive duration for all new threads in this channel
optionalForumLayoutType defaultForumLayout? :
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.
optionalSortOrderType defaultSortOrder? :
The default sort order mode used to order posts (forum only).
optionalnumber defaultThreadRateLimitPerUser? :
The initial rate limit per user (slowmode) to set on newly created threads in a channel.
string name :
The name for the new channel
optionalboolean nsfw? :
Whether the new channel is NSFW
optionalreadonly OverwriteResolvable[] | ReadonlyCollection<Snowflake, OverwriteResolvable> permissionOverwrites? :
Permission overwrites of the new channel
optionalnumber position? :
Position of the new channel
optionalnumber rateLimitPerUser? :
The rate limit per user (slowmode) for the new channel in seconds
optionalstring reason? :
Reason for creating the new channel
optionalstring rtcRegion? :
The specific region of the new channel.
optionalstring topic? :
The topic for the new channel
optionalCategoryChannelType type? :
The type of the new channel. (default: ChannelType.GuildText)
optionalnumber userLimit? :
Maximum amount of users allowed in the new channel (only voice)
optionalVideoQualityMode videoQualityMode? :
The camera video quality mode of the voice channel