interface PartialChannelData

export interface PartialChannelData

Partial data for a Channel.

optional
bitrate? : number

The bitrate of the voice channel

optional
id? : Snowflake | number

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

optional
nsfw? : boolean

Whether the channel is NSFW

optional
parentId? : Snowflake | number

The parent id for this channel

optional
permissionOverwrites? : PartialOverwriteData[]

Overwrites of the channel

optional
rateLimitPerUser? : number

The rate limit per user (slowmode) of the channel in seconds

optional
rtcRegion? : string | null

The RTC region of the channel

optional
topic? : string | null

The topic of the text channel

optional
userLimit? : number

The user limit of the channel

optional
videoQualityMode? : VideoQualityMode

The camera video quality mode of the channel