Skip to main content

AuditLogEntry

@discordeno/bot


Documentation / @discordeno/bot / AuditLogEntry

Interface: AuditLogEntry

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

Properties

actionType

actionType: AuditLogEvents

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


changes?

optional changes: DiscordAuditLogChange[]

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


id

id: bigint

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


options?

optional options: OptionalAuditEntryInfo

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


reason?

optional reason: string

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


targetId?

optional targetId: bigint

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


userId?

optional userId: bigint

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