Variable: ApplicationRoleConnectionLimits
const
ApplicationRoleConnectionLimits:object
Namespace containing limits related to Discord Application Role Connections.
Type declaration
MaximumMetadataRecords
readonly
MaximumMetadataRecords:5
=5
Maximum application role connection metadata records an application can have.
MaximumMetadataValueLength
readonly
MaximumMetadataValueLength:100
=100
Maximum characters allowed in metadata values.
MaximumPlatformNameLength
readonly
MaximumPlatformNameLength:50
=50
Maximum characters allowed in a platform name.
MaximumPlatformUsernameLength
readonly
MaximumPlatformUsernameLength:100
=100
Maximum characters allowed in a platform username.
Defined in
projects/utilities/packages/discord-utilities/src/lib/limits.ts:635