Skip to main content
Latest
interface AuditLogEntry
Re-export
import { type AuditLogEntry } from "https://deno.land/x/discordeno_cache_plugin@0.0.21/deps.ts";

Properties

targetId: string | null

id of the affected entity (webhook, user, role, etc.)

optional
changes: AuditLogChange[]

Changes made to the target_id

userId: string | null

The user who made the changes

id: string

id of the entry

actionType: AuditLogEvents

Type of action that occured

optional
options: OptionalAuditEntryInfo

Additional info for certain action types

optional
reason: string

The reason for the change (0-512 characters)