Variable: ChannelLimits
const
ChannelLimits:object
Namespace containing limits related to Discord channels.
Type declaration
MaximumDescriptionLength
readonly
MaximumDescriptionLength:1024
=1024
Maximum characters allowed in a channel description.
MaximumNameLength
readonly
MaximumNameLength:100
=100
Maximum characters allowed in a channel name.
MaximumViewersPerScreenShare
readonly
MaximumViewersPerScreenShare: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