GuildChannelEditOptions

export interface GuildChannelEditOptions
export interface GuildChannelEditOptions
Options used to edit a guild channel.
availableTags?:readonly GuildForumTagData[]
The tags to set as available in a forum channel
bitrate?:number
The bitrate of the voice channel
defaultAutoArchiveDuration?:ThreadAutoArchiveDuration
The default auto archive duration for all new threads in this channel
defaultForumLayout?:ForumLayoutType
The default forum layout to set on the channel
defaultReactionEmoji?:DefaultReactionEmoji | null
The emoji to set as the default reaction emoji
defaultSortOrder?:SortOrderType | null
The default sort order mode to set on the channel
defaultThreadRateLimitPerUser?:number
The rate limit per user (slowmode) to set on forum posts
The flags to set on the channel
lockPermissions?:boolean
Lock the permissions of the channel to what the parent's permissions are
name?:string
The name of the channel
nsfw?:boolean
Whether the channel is NSFW
The parent of the channel
Permission overwrites for the channel
position?:number
The position of the channel
rateLimitPerUser?:number
The rate limit per user (slowmode) for the channel in seconds
reason?:string
Reason for editing this channel
rtcRegion?:string | null
The RTC region of the channel
topic?:string | null
The topic of the text channel
The type of the channel (only conversion between text and news is supported)
userLimit?:number
The user limit of the voice channel
videoQualityMode?:VideoQualityMode | null
The camera video quality mode of the channel