Skip to main content

AuditLogEntry

Documentation


Documentation / @discordeno/bot / AuditLogEntry

Interface: AuditLogEntry

Defined in: transformers/types.ts:347

Properties

actionType

actionType: AuditLogEvents

Defined in: transformers/types.ts:353


changes?

optional changes?: Camelize<DiscordAuditLogChange>[]

Defined in: transformers/types.ts:351


id

id: bigint

Defined in: transformers/types.ts:348


options?

optional options?: OptionalAuditEntryInfo

Defined in: transformers/types.ts:354


reason?

optional reason?: string

Defined in: transformers/types.ts:350


targetId?

optional targetId?: bigint

Defined in: transformers/types.ts:352


userId?

optional userId?: bigint

Defined in: transformers/types.ts:349