Skip to content

PartialChannelData

typedef · Source

Partial data for a Channel. Type: Object

Properties

id

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

parentId

optional

parentId: Snowflake | number

The parent id for this channel

type

optional

type: ChannelType | number

The type of the channel

name

name: string

The name of the channel

topic

optional

topic: string

The topic of the text channel

nsfw

optional

nsfw: boolean

Whether the channel is NSFW

bitrate

optional

bitrate: number

The bitrate of the voice channel

userLimit

optional

userLimit: number

The user limit of the channel

rtcRegion

nullable · optional

rtcRegion: string

The RTC region of the channel

videoQualityMode

optional

videoQualityMode: VideoQualityMode | number

The camera video quality mode of the channel

permissionOverwrites

optional

permissionOverwrites: Array<PartialOverwriteData>

Overwrites of the channel

rateLimitPerUser

optional

rateLimitPerUser: number

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

Unofficial software. Not affiliated with or supported by Discord.