Variable: ChannelLimits
constChannelLimits:object
Namespace containing limits related to Discord channels.
Type declaration
MaximumDescriptionLength
readonlyMaximumDescriptionLength:1024=1024
Maximum characters allowed in a channel description.
MaximumNameLength
readonlyMaximumNameLength:100=100
Maximum characters allowed in a channel name.
MaximumViewersPerScreenShare
readonlyMaximumViewersPerScreenShare:50=50
Maximum viewers allowed per screen share.
Deprecated
Use VoiceChannelLimits.MaximumViewersPerScreenShare instead.
Defined in
projects/utilities/packages/discord-utilities/src/lib/limits.ts:4