Skip to main content
Module

x/discord_api_types/v9.ts>GatewayAutoModerationActionExecutionDispatchData

Up to date Discord API Typings, versioned by the API version
Go to Latest
interface GatewayAutoModerationActionExecutionDispatchData
import { type GatewayAutoModerationActionExecutionDispatchData } from "https://deno.land/x/discord_api_types@0.37.21/v9.ts";

Properties

guild_id: Snowflake

The id of the guild in which action was executed

The action which was executed

rule_id: Snowflake

The id of the rule which action belongs to

The trigger type of rule which was triggered

user_id: Snowflake

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

optional
channel_id: Snowflake

The id of the channel in which user content was posted

optional
message_id: Snowflake

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

optional
alert_system_message_id: Snowflake

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

content: string

The user generated text content

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

matched_keyword: string | null

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

matched_content: string | null

The substring in content that triggered the rule

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