APIAuditLog
https://discord.com/developers/docs/resources/audit-log#audit-log-object-audit-log-structure
Signature
export interface APIAuditLogProperties
8Methods
0No methods.
Properties
application_commands: APIApplicationCommand[];List of application commands found in the audit log See https://discord.com/developers/docs/interactions/application-commands#application-command-object
webhooks: APIWebhook[];Webhooks found in the audit log See https://discord.com/developers/docs/resources/webhook#webhook-object
users: APIUser[];Users found in the audit log See https://discord.com/developers/docs/resources/user#user-object
audit_log_entries: APIAuditLogEntry[];Audit log entries See https://discord.com/developers/docs/resources/audit-log#audit-log-entry-object
auto_moderation_rules: APIAutoModerationRule[];List of auto moderation rules referenced in the audit log See https://discord.com/developers/docs/resources/auto-moderation#auto-moderation-rule-object
integrations: APIGuildIntegration[];Partial integration objects See https://discord.com/developers/docs/resources/guild#integration-object
threads: APIChannel[];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. See https://discord.com/developers/docs/resources/channel#channel-object
guild_scheduled_events: APIGuildScheduledEvent[];The guild scheduled events in the audit log See https://discord.com/developers/docs/resources/guild-scheduled-event#guild-scheduled-event-object