Variable: ChannelLimits
constChannelLimits:object
Defined in: node_modules/@sapphire/discord-utilities/dist/esm/index.d.mts:144
Namespace containing limits related to Discord channels.
Type Declaration
MaximumDescriptionLength
readonlyMaximumDescriptionLength:1024
Maximum characters allowed in a channel description.
MaximumNameLength
readonlyMaximumNameLength:100
Maximum characters allowed in a channel name.
MaximumViewersPerScreenShare
readonlyMaximumViewersPerScreenShare:50
Maximum viewers allowed per screen share.
Deprecated
Use VoiceChannelLimits.MaximumViewersPerScreenShare instead.