Skip to main content
Module

x/discordeno/mod.ts>DiscordAuditLogEntry

Discord API library for Deno
Latest
interface DiscordAuditLogEntry
Re-export
import { type DiscordAuditLogEntry } from "https://deno.land/x/discordeno@18.0.1/mod.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

optional
options: DiscordOptionalAuditEntryInfo

Additional info for certain event types

optional
reason: string

Reason for the change (1-512 characters)