interface CategoryCreateChannelOptions

export interface CategoryCreateChannelOptions extends BaseCategoryCreateChannelOptions

Options for creating a channel using create.

external
availableTags : Array<GuildForumTagData>

The tags that can be used in this channel (forum only).

external
bitrate : number

Bitrate of the new channel in bits (only voice)

external
defaultAutoArchiveDuration : ThreadAutoArchiveDuration

The default auto archive duration for all new threads in this channel

external
defaultForumLayout : ForumLayoutType

The default layout used to display posts (forum only).

external
defaultReactionEmoji : DefaultReactionEmoji

The emoji to show in the add reaction button on a thread in a guild forum channel.

external
defaultSortOrder : SortOrderType

The default sort order mode used to order posts (forum only).

external
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

external
nsfw : boolean

Whether the new channel is NSFW

Permission overwrites of the new channel

external
position : number

Position of the new channel

external
rateLimitPerUser : number

The rate limit per user (slowmode) for the new channel in seconds

external
reason : string

Reason for creating the new channel

external
rtcRegion : string

The specific region of the new channel.

external
topic : string

The topic for the new channel

optional
type? : CategoryChannelChildTypes = ChannelType.GuildText

The type of the new channel.

external
userLimit : number

Maximum amount of users allowed in the new channel (only voice)

external
videoQualityMode : VideoQualityMode

The camera video quality mode of the voice channel