interface GuildChannelCloneOptions
extends
Omit<GuildChannelCreateOptions, 'name'>export interface GuildChannelCloneOptions extends Omit<GuildChannelCreateOptions, 'name'>
Options used to clone a guild channel.
optionalstring name? :
Name of the new channel (default: this.name)