View Source Nostrum.Struct.Guild.AuditLog (Nostrum v0.10.0)
Represents a guild's audit log.
Summary
Types
Entries of this guild's audit log
Users found in the audit log
Webhooks found in the audit log
Types
@type entries() :: [Nostrum.Struct.Guild.AuditLogEntry.t()]
Entries of this guild's audit log
@type users() :: [Nostrum.Struct.User.t()]
Users found in the audit log
@type webhooks() :: [Nostrum.Struct.Webhook.t()]
Webhooks found in the audit log