Skip to main content
Module

x/discordeno/mod.ts>DiscordAuditLog

Discord API library for Deno
Extremely Popular
Go to Latest
interface DiscordAuditLog
Re-export
import { type DiscordAuditLog } from "https://deno.land/x/discordeno@13.0.0-rc45/mod.ts";

Properties

webhooks: DiscordWebhook[]

List of webhooks found in the audit log

users: DiscordUser[]

List of users found in the audit log

audit_log_entries: DiscordAuditLogEntry[]

List of audit log entries, sorted from most to least recent

integrations: Partial<DiscordIntegration>[]

List of partial integration objects

threads: DiscordChannel[]

List of threads found in the audit log. Threads referenced in THREAD_CREATE and THREAD_UPDATE events are included in the threads map since archived threads might not be kept in memory by clients.

optional
guild_scheduled_events: DiscordScheduledEvent[]

List of guild scheduled events found in the audit log