export interface GuildChannelEditOptionsOptions used to edit a guild channel.
optionalavailableTags? : readonly GuildForumTagData[] 
The tags to set as available in a forum channel
optionalbitrate? : number 
The bitrate of the voice channel
optionaldefaultAutoArchiveDuration? : ThreadAutoArchiveDuration 
The default auto archive duration for all new threads in this channel
optionaldefaultForumLayout? : ForumLayoutType 
The default forum layout to set on the channel
optionaldefaultReactionEmoji? : DefaultReactionEmoji | null 
The emoji to set as the default reaction emoji
optionaldefaultSortOrder? : SortOrderType | null 
The default sort order mode to set on the channel
optionaldefaultThreadRateLimitPerUser? : number 
The rate limit per user (slowmode) to set on forum posts
optionalflags? : ChannelFlagsResolvable 
The flags to set on the channel
optionallockPermissions? : boolean 
Lock the permissions of the channel to what the parent's permissions are
optionalname? : string 
The name of the channel
optionalnsfw? : boolean 
Whether the channel is NSFW
optionalparent? : CategoryChannelResolvable | null 
The parent of the channel
optionalpermissionOverwrites? : readonly OverwriteResolvable[] | ReadonlyCollection<Snowflake, OverwriteResolvable> 
Permission overwrites for the channel
optionalposition? : number 
The position of the channel
optionalrateLimitPerUser? : number 
The rate limit per user (slowmode) for the channel in seconds
optionalreason? : string 
Reason for editing this channel
optionaltype? : ChannelType.GuildText | ChannelType.GuildAnnouncement 
The type of the channel (only conversion between text and news is supported)
optionaluserLimit? : number 
The user limit of the voice channel
optionalvideoQualityMode? : VideoQualityMode | null 
The camera video quality mode of the channel