interface GuildChannelCreateOptions

export interface GuildChannelCreateOptions extends BaseCategoryCreateChannelOptions

Options used to create a new channel in a guild.

optional
availableTags? : readonly GuildForumTagData[]

Inherited from: BaseCategoryCreateChannelOptions

optional
bitrate? : number

Inherited from: BaseCategoryCreateChannelOptions

optional
defaultAutoArchiveDuration? : ThreadAutoArchiveDuration

Inherited from: BaseCategoryCreateChannelOptions

optional
defaultForumLayout? : ForumLayoutType

Inherited from: BaseCategoryCreateChannelOptions

optional
defaultReactionEmoji? : DefaultReactionEmoji

Inherited from: BaseCategoryCreateChannelOptions

optional
defaultSortOrder? : SortOrderType

Inherited from: BaseCategoryCreateChannelOptions

optional
defaultThreadRateLimitPerUser? : number

Inherited from: BaseCategoryCreateChannelOptions

name : string

optional
nsfw? : boolean

Inherited from: BaseCategoryCreateChannelOptions

optionalexternal
parent? : CategoryChannelResolvable

Parent of the new channel

optional
permissionOverwrites? : ReadonlyCollection<Snowflake, OverwriteResolvable> | readonly OverwriteResolvable[]

Inherited from: BaseCategoryCreateChannelOptions

optional
position? : number

Inherited from: BaseCategoryCreateChannelOptions

optional
rateLimitPerUser? : number

Inherited from: BaseCategoryCreateChannelOptions

optional
reason? : string

Inherited from: BaseCategoryCreateChannelOptions

optional
rtcRegion? : string

Inherited from: BaseCategoryCreateChannelOptions

optional
topic? : string

Inherited from: BaseCategoryCreateChannelOptions

optional
type? : GuildChannelTypes

Inherited from: BaseCategoryCreateChannelOptions

optional
userLimit? : number

Inherited from: BaseCategoryCreateChannelOptions

optional
videoQualityMode? : VideoQualityMode

Inherited from: BaseCategoryCreateChannelOptions