interface APIAuditLog

external
export interface APIAuditLog

https://discord.com/developers/docs/resources/audit-log#audit-log-object-audit-log-structure

external
application_commands : APIApplicationCommand[]

List of application commands found in the audit logSee https://discord.com/developers/docs/interactions/application-commands#application-command-object

external
audit_log_entries : APIAuditLogEntry[]

Audit log entriesSee https://discord.com/developers/docs/resources/audit-log#audit-log-entry-object

external
auto_moderation_rules : APIAutoModerationRule[]

List of auto moderation rules referenced in the audit logSee https://discord.com/developers/docs/resources/auto-moderation#auto-moderation-rule-object

external
guild_scheduled_events : APIGuildScheduledEvent[]

The guild scheduled events in the audit logSee https://discord.com/developers/docs/resources/guild-scheduled-event#guild-scheduled-event-object

external
integrations : APIGuildIntegration[]

Partial integration objectsSee https://discord.com/developers/docs/resources/guild#integration-object

external
threads : APIChannel[]

Threads found in the audit logThreads 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.See https://discord.com/developers/docs/resources/channel#channel-object

external
users : APIUser[]

Users found in the audit logSee https://discord.com/developers/docs/resources/user#user-object

external
webhooks : APIWebhook[]

Webhooks found in the audit logSee https://discord.com/developers/docs/resources/webhook#webhook-object