Interface APIAuditLog

Hierarchy

  • APIAuditLog

Properties

application_commands: APIApplicationCommand[]
audit_log_entries: APIAuditLogEntry[]
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

guild_scheduled_events: APIGuildScheduledEvent[]
integrations: APIGuildIntegration[]
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

users: APIUser[]
webhooks: APIWebhook[]

Generated using TypeDoc