interface GuildChannelCreateOptions
extends
BaseCategoryCreateChannelOptionsexport interface GuildChannelCreateOptions extends BaseCategoryCreateChannelOptionsOptions used to create a new channel in a guild.
optionalavailableTags? : readonly GuildForumTagData[]
Inherited from: BaseCategoryCreateChannelOptions
optionalbitrate? : number
Inherited from: BaseCategoryCreateChannelOptions
optionaldefaultAutoArchiveDuration? : ThreadAutoArchiveDuration
Inherited from: BaseCategoryCreateChannelOptions
optionaldefaultForumLayout? : ForumLayoutType
Inherited from: BaseCategoryCreateChannelOptions
optionaldefaultReactionEmoji? : DefaultReactionEmoji
Inherited from: BaseCategoryCreateChannelOptions
optionaldefaultSortOrder? : SortOrderType
Inherited from: BaseCategoryCreateChannelOptions
optionaldefaultThreadRateLimitPerUser? : number
Inherited from: BaseCategoryCreateChannelOptions
name : string
optionalnsfw? : boolean
Inherited from: BaseCategoryCreateChannelOptions
optionalexternalparent? : CategoryChannelResolvable
Parent of the new channel
optionalpermissionOverwrites? : ReadonlyCollection<Snowflake, OverwriteResolvable> | readonly OverwriteResolvable[]
Inherited from: BaseCategoryCreateChannelOptions
optionalposition? : number
Inherited from: BaseCategoryCreateChannelOptions
optionalrateLimitPerUser? : number
Inherited from: BaseCategoryCreateChannelOptions
optionalreason? : string
Inherited from: BaseCategoryCreateChannelOptions
optionalrtcRegion? : string
Inherited from: BaseCategoryCreateChannelOptions
optionaltopic? : string
Inherited from: BaseCategoryCreateChannelOptions
optionaltype? : GuildChannelTypes
Inherited from: BaseCategoryCreateChannelOptions
optionaluserLimit? : number
Inherited from: BaseCategoryCreateChannelOptions
optionalvideoQualityMode? : VideoQualityMode
Inherited from: BaseCategoryCreateChannelOptions