PartialChannelData

export interface PartialChannelData
export interface PartialChannelData
Partial data for a Channel.
bitrate?:number
The bitrate of the voice channel
The channel's id, used to set its parent. This is a placeholder and will be replaced by the API after consumption
name:string
The name of the channel
nsfw?:boolean
Whether the channel is NSFW
parentId?:Snowflake | number
The parent id for this channel
permissionOverwrites?:readonly PartialOverwriteData[]
Overwrites of the channel
rateLimitPerUser?:number
The rate limit per user (slowmode) of the channel in seconds
rtcRegion?:string | null
The RTC region of the channel
topic?:string | null
The topic of the text channel
userLimit?:number
The user limit of the channel
videoQualityMode?:VideoQualityMode
The camera video quality mode of the channel