Skip to main content

AuditLogEntry

Documentation


Documentation / @discordeno/bot / AuditLogEntry

Interface: AuditLogEntry

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

Properties

actionType

actionType: AuditLogEvents

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


changes?

optional changes: DiscordAuditLogChange[]

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


id

id: bigint

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


options?

optional options: OptionalAuditEntryInfo

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


reason?

optional reason: string

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


targetId?

optional targetId: bigint

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


userId?

optional userId: bigint

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