Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Extremely Popular
Go to Latest
interface DiscordAuditLogEntry
Re-export
import { type DiscordAuditLogEntry } from "https://deno.land/x/discordeno@13.0.0-rc45/plugins/helpers/deps.ts";

Properties

target_id: string | null

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

optional
changes: DiscordAuditLogChange[]

Changes made to the target_id

user_id: string | null

User or app that made the changes

id: string

ID of the entry

action_type: AuditLogEvents

Type of action that occurred

Additional info for certain event types

optional
reason: string

Reason for the change (1-512 characters)