Interface

APIGuildAuditLog

Response from GET /guilds/{id}/audit-logs.

Properties

NameTypeDescription
audit_log_entriesAPIGuildAuditLogEntry[]Audit log entries.
usersArray<{ id: Snowflake; username?: string; discriminator?: string; avatar?: string | null; }>Partial user objects referenced in the log.
webhooksArray<{ id: Snowflake; name?: string; avatar?: string | null; type?: WebhookType; }>Partial webhook objects referenced in the log.