AutoModerationRuleEventType

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

Indicates in what event context a rule should be checked.

See AutoModerationRuleEventTypes in the Discord Developer Documentation.

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard

When a member sends or edits a message in the guild.

Link copied to clipboard

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