View Source Nostrum.Struct.Guild.AuditLog (Nostrum v0.8.0)

Represents a guild's audit log.

Link to this section Summary

Types

Entries of this guild's audit log

t()

Users found in the audit log

Webhooks found in the audit log

Link to this section 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