export interface GuildChannelEditOptions
Options used to edit a guild channel.
optionalreadonly GuildForumTagData[] availableTags? :
The tags to set as available in a forum channel
optionalnumber bitrate? :
The bitrate of the voice channel
optionalThreadAutoArchiveDuration defaultAutoArchiveDuration? :
The default auto archive duration for all new threads in this channel
optionalForumLayoutType defaultForumLayout? :
The default forum layout to set on the channel
optionalDefaultReactionEmoji | null defaultReactionEmoji? :
The emoji to set as the default reaction emoji
optionalSortOrderType | null defaultSortOrder? :
The default sort order mode to set on the channel
optionalnumber defaultThreadRateLimitPerUser? :
The rate limit per user (slowmode) to set on forum posts
optionalChannelFlagsResolvable flags? :
The flags to set on the channel
optionalboolean lockPermissions? :
Lock the permissions of the channel to what the parent's permissions are
optionalstring name? :
The name of the channel
optionalboolean nsfw? :
Whether the channel is NSFW
optionalCategoryChannelResolvable | null parent? :
The parent of the channel
optionalreadonly OverwriteResolvable[] | ReadonlyCollection<Snowflake, OverwriteResolvable> permissionOverwrites? :
Permission overwrites for the channel
optionalnumber position? :
The position of the channel
optionalnumber rateLimitPerUser? :
The rate limit per user (slowmode) for the channel in seconds
optionalstring reason? :
Reason for editing this channel
optionalChannelType.GuildText | ChannelType.GuildAnnouncement type? :
The type of the channel (only conversion between text and news is supported)
optionalnumber userLimit? :
The user limit of the voice channel
optionalVideoQualityMode | null videoQualityMode? :
The camera video quality mode of the channel