Skip to main content
Module

x/natico/deps.ts>AuditLogEntry

A powerful and customizable framework for Discordeno
Latest
interface AuditLogEntry
Re-export
import { type AuditLogEntry } from "https://deno.land/x/natico@4.0.0-pre.4/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)