export interface PartialChannelData
Partial data for a Channel.
optionalnumber bitrate? :
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
string name :
The name of the channel
optionalboolean nsfw? :
Whether the channel is NSFW
optionalreadonly PartialOverwriteData[] permissionOverwrites? :
Overwrites of the channel
optionalnumber rateLimitPerUser? :
The rate limit per user (slowmode) of the channel in seconds
optionalChannelType.GuildText | ChannelType.GuildVoice | ChannelType.GuildCategory type? :
The type of the channel
optionalnumber userLimit? :
The user limit of the channel
optionalVideoQualityMode videoQualityMode? :
The camera video quality mode of the channel