Skip to main content

AutoModerationActionExecution

@discordeno/botDocs


Documentation / @discordeno/bot / AutoModerationActionExecution

Interface: AutoModerationActionExecution

Properties

action

action: AutoModerationAction

Defined in

packages/bot/src/transformers/types.ts:328


alertSystemMessageId?

optional alertSystemMessageId: bigint

Defined in

packages/bot/src/transformers/types.ts:324


channelId?

optional channelId: bigint

Defined in

packages/bot/src/transformers/types.ts:322


content

content: string

Defined in

packages/bot/src/transformers/types.ts:327


guildId

guildId: bigint

Defined in

packages/bot/src/transformers/types.ts:325


matchedContent

matchedContent: string

Defined in

packages/bot/src/transformers/types.ts:332


matchedKeyword

matchedKeyword: string

Defined in

packages/bot/src/transformers/types.ts:331


messageId?

optional messageId: bigint

Defined in

packages/bot/src/transformers/types.ts:323


ruleId

ruleId: bigint

Defined in

packages/bot/src/transformers/types.ts:330


ruleTriggerType

ruleTriggerType: AutoModerationTriggerTypes

Defined in

packages/bot/src/transformers/types.ts:329


userId

userId: bigint

Defined in

packages/bot/src/transformers/types.ts:326