Skip to main content

AuditLogEntry

@discordeno/bot


Documentation / @discordeno/bot / AuditLogEntry

Interface: AuditLogEntry

Defined in: packages/bot/src/transformers/types.ts:296

Properties

actionType

actionType: AuditLogEvents

Defined in: packages/bot/src/transformers/types.ts:302


changes?

optional changes: DiscordAuditLogChange[]

Defined in: packages/bot/src/transformers/types.ts:300


id

id: bigint

Defined in: packages/bot/src/transformers/types.ts:297


options?

optional options: OptionalAuditEntryInfo

Defined in: packages/bot/src/transformers/types.ts:303


reason?

optional reason: string

Defined in: packages/bot/src/transformers/types.ts:299


targetId?

optional targetId: bigint

Defined in: packages/bot/src/transformers/types.ts:301


userId?

optional userId: bigint

Defined in: packages/bot/src/transformers/types.ts:298