Interface
APIGuildAuditLog
Response from GET /guilds/{id}/audit-logs.
Properties
audit_log_entries
: APIGuildAuditLogEntry[]Audit log entries.
users
: Array<{ id: Snowflake; username?: string; discriminator?: string; avatar?: string | null; }>Partial user objects referenced in the log.
webhooks
: Array<{ id: Snowflake; name?: string; avatar?: string | null; type?: WebhookType; }>Partial webhook objects referenced in the log.