Skip to content

APIGuildAuditLog

Package: @erinjs/types

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

Properties

NameTypeReadonlyOptionalDescription
audit_log_entriesAPIGuildAuditLogEntry[]NoNo
users{ id: Snowflake; username?: string; discriminator?: string; avatar?: string | null; }[]NoNo
webhooks{ id: Snowflake; name?: string; avatar?: string | null; }[]NoNo

Released under the Apache-2.0 License.