import { type DiscordAuditLog } from "https://deno.land/x/discordeno@17.2.0/plugins/cache/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
optional
auto_moderation_rules: DiscordAutoModerationRule[]List of auto moderation rules referenced in the audit log
application_commands: DiscordApplicationCommand[]
List of application commands referenced in the audit log