import { type DiscordAuditLog } from "https://deno.land/x/oasis@2.1.0/packages/deps.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