Skip to main content

AuditLogEntry

Documentation


Documentation / @discordeno/bot / AuditLogEntry

Interface: AuditLogEntry

Defined in: transformers/types.ts:298

Properties

actionType

actionType: AuditLogEvents

Defined in: transformers/types.ts:304


changes?

optional changes?: Camelize<DiscordAuditLogChange>[]

Defined in: transformers/types.ts:302


id

id: bigint

Defined in: transformers/types.ts:299


options?

optional options?: OptionalAuditEntryInfo

Defined in: transformers/types.ts:305


reason?

optional reason?: string

Defined in: transformers/types.ts:301


targetId?

optional targetId?: bigint

Defined in: transformers/types.ts:303


userId?

optional userId?: bigint

Defined in: transformers/types.ts:300