interface GuildChannelCloneOptions

export interface GuildChannelCloneOptions extends BaseCategoryCreateChannelOptions

Options used to clone a guild channel.

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

external
name : string = this.name

Name of the new channel

optional
nsfw? : boolean

Inherited from: BaseCategoryCreateChannelOptions

optional
parent? : CategoryChannelResolvable | null

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