Skip to main content
Go to Latest
interface DiscordAuditLogEntry
Re-export
import { type DiscordAuditLogEntry } from "https://deno.land/x/discordeno@13.0.0-rc45/template/beginner/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

The user who made the changes

id: string

id of the entry

action_type: AuditLogEvents

Type of action that occured

Additional info for certain action types

optional
reason: string

The reason for the change (0-512 characters)