Skip to main content

AuditLogEntry

Documentation


Documentation / @discordeno/bot / AuditLogEntry

Interface: AuditLogEntry

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

Properties

actionType

actionType: AuditLogEvents

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


changes?

optional changes: Camelize<DiscordAuditLogChange>[]

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


id

id: bigint

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


options?

optional options: OptionalAuditEntryInfo

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


reason?

optional reason: string

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


targetId?

optional targetId: bigint

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


userId?

optional userId: bigint

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