Skip to main content
Module

x/biscuit/mod.ts>DiscordAuditLogEntry

A Discord library that is easy to use but reliable on its core 🥠
Latest
interface DiscordAuditLogEntry
import { type DiscordAuditLogEntry } from "https://deno.land/x/biscuit@0.2.4/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)

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)