Skip to main content
Version: Next

GatewayAutoModerationActionExecutionDispatchData

Index

Properties

action

The action which was executed

optionalalert_system_message_id

alert_system_message_id?: string

The id of any system auto moderation messages posted as a result of this action

This field will not be present if this event does not correspond to an action with type AutoModerationActionType.SendAlertMessage

optionalchannel_id

channel_id?: string

The id of the channel in which user content was posted

content

content: string

The user generated text content

MESSAGE_CONTENT (1 << 15) gateway intent is required to receive non-empty values from this field

guild_id

guild_id: string

The id of the guild in which action was executed

matched_content

matched_content: null | string

The substring in content that triggered the rule

MESSAGE_CONTENT (1 << 15) gateway intent is required to receive non-empty values from this field

matched_keyword

matched_keyword: null | string

The word or phrase configured in the rule that triggered the rule

optionalmessage_id

message_id?: string

The id of any user message which content belongs to

This field will not be present if message was blocked by AutoMod or content was not part of any message

rule_id

rule_id: string

The id of the rule which action belongs to

rule_trigger_type

The trigger type of rule which was triggered

user_id

user_id: string

The id of the user which generated the content which triggered the rule