Skip to main content

AuditLogEntry

Documentation


Documentation / @discordeno/bot / AuditLogEntry

Interface: AuditLogEntry

Defined in: transformers/types.ts:365

Properties

actionType

actionType: AuditLogEvents

Defined in: transformers/types.ts:371


changes?

optional changes?: Camelize<DiscordAuditLogChange>[]

Defined in: transformers/types.ts:369


id

id: bigint

Defined in: transformers/types.ts:366


options?

optional options?: OptionalAuditEntryInfo

Defined in: transformers/types.ts:372


reason?

optional reason?: string

Defined in: transformers/types.ts:368


targetId?

optional targetId?: bigint

Defined in: transformers/types.ts:370


userId?

optional userId?: bigint

Defined in: transformers/types.ts:367