Skip to main content

AutoModerationActionExecution

Documentation


Documentation / @discordeno/bot / AutoModerationActionExecution

Interface: AutoModerationActionExecution

Defined in: bot/src/transformers/types.ts:322

Properties

action

action: AutoModerationAction

Defined in: bot/src/transformers/types.ts:329


alertSystemMessageId?

optional alertSystemMessageId: bigint

Defined in: bot/src/transformers/types.ts:325


channelId?

optional channelId: bigint

Defined in: bot/src/transformers/types.ts:323


content

content: string

Defined in: bot/src/transformers/types.ts:328


guildId

guildId: bigint

Defined in: bot/src/transformers/types.ts:326


matchedContent

matchedContent: string

Defined in: bot/src/transformers/types.ts:333


matchedKeyword

matchedKeyword: string

Defined in: bot/src/transformers/types.ts:332


messageId?

optional messageId: bigint

Defined in: bot/src/transformers/types.ts:324


ruleId

ruleId: bigint

Defined in: bot/src/transformers/types.ts:331


ruleTriggerType

ruleTriggerType: AutoModerationTriggerTypes

Defined in: bot/src/transformers/types.ts:330


userId

userId: bigint

Defined in: bot/src/transformers/types.ts:327