Skip to main content
Module

x/discordeno/mod.ts>DiscordAuditLogEntry

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

Additional info for certain event types

optional
reason: string

Reason for the change (1-512 characters)