AutoModerationRuleKeywordPresetType

@Serializable(with = AutoModerationRuleKeywordPresetType.Serializer::class)
sealed class AutoModerationRuleKeywordPresetType(source)

An internally pre-defined wordset which will be searched for in content.

See AutoModerationRuleKeywordPresetTypes in the Discord Developer Documentation.

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard

Words that may be considered forms of swearing or cursing.

Link copied to clipboard

Words that refer to sexually explicit behavior or activity.

Link copied to clipboard

Personal insults or words that may be considered hate speech.

Properties

Link copied to clipboard
val value: Int

The raw value used by Discord.

Functions

Link copied to clipboard
operator override fun equals(other: Any?): Boolean
Link copied to clipboard
override fun hashCode(): Int
Link copied to clipboard
override fun toString(): String