Nostrum.Struct.Guild.AuditLog (nostrum v0.11.0-dev)

View Source

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

entries()

@type entries() :: [Nostrum.Struct.Guild.AuditLogEntry.t()]

Entries of this guild's audit log

t()

@type t() :: %Nostrum.Struct.Guild.AuditLog{
  entries: entries(),
  users: users(),
  webhooks: webhooks()
}

users()

@type users() :: [Nostrum.Struct.User.t()]

Users found in the audit log

webhooks()

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

Webhooks found in the audit log