interface GuildChannelCloneOptions

export interface GuildChannelCloneOptions extends Omit<GuildChannelCreateOptions, 'name'>

Options used to clone a guild channel.

optional
name? : string = this.name

Name of the new channel