interface DiscordAutoModerationActionExecutionimport { type DiscordAutoModerationActionExecution } from "https://dotland.deno.dev/x/discordeno@17.2.0/plugins/validations/deps.ts"; Propertiesguild_id: stringThe id of the guild rule_id: stringThe id of the rule that was executed user_id: stringThe id of the user which generated the content which triggered the rule content: stringThe content from the user action: DiscordAutoModerationActionAction which was executed rule_trigger_type: AutoModerationTriggerTypesThe trigger type of the rule that was executed. optionalchannel_id: string | nullThe id of the channel in which user content was posted optionalmessage_id: string | nullThe id of the message. Will not exist if message was blocked by automod or content was not part of any message optionalalert_system_message_id: string | nullThe id of any system auto moderation messages posted as a result of this action matched_keyword: string | nullThe word or phrase that triggerred the rule. matched_content: string | nullThe substring in content that triggered the rule import DiscordAutoModerationActionExecutionimport { DiscordAutoModerationActionExecution } from "https://dotland.deno.dev/x/discordeno@17.2.0/plugins/validations/deps.ts";