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

t()

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 t() :: %Nostrum.Struct.Guild.AuditLog{
  entries: entries(),
  users: users(),
  webhooks: webhooks()
}
@type users() :: [Nostrum.Struct.User.t()]

Users found in the audit log

@type webhooks() :: [Nostrum.Struct.Webhook.t()]

Webhooks found in the audit log