Module

x/discordeno/mod.ts>DiscordAuditLogEntry

Discord API library for Deno
Extremely Popular
Go to Latest
interface DiscordAuditLogEntry
import { type DiscordAuditLogEntry } from "https://dotland.deno.dev/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)

import DiscordAuditLogEntry
import { DiscordAuditLogEntry } from "https://dotland.deno.dev/x/discordeno@13.0.0-rc45/mod.ts";