interface GuildChannelCloneOptions
extends
BaseCategoryCreateChannelOptionsexport interface GuildChannelCloneOptions extends BaseCategoryCreateChannelOptionsOptions used to clone a guild channel.
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
externalname : string = this.name
Name of the new channel
optionalnsfw? : boolean
Inherited from: BaseCategoryCreateChannelOptions
optionalparent? : CategoryChannelResolvable | null
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