View Source Nostrum.Struct.Guild.AuditLogEntry (Nostrum v0.6.1)
Represents a single entry in the guild's audit log.
Link to this section Summary
Types
An audit log event identifier. See Audit log events
The ID of this entry
The reason for this change, if applicable
The ID of the affected entity
The user who made the changes
Link to this section Types
Specs
action_type() :: pos_integer()
An audit log event identifier. See Audit log events
Specs
changes() :: [ %{ optional(:old_value) => change_value(), optional(:new_value) => change_value(), key: String.t() } ] | nil
Individual changes of this audit log entry. Change keys are documented here
Specs
id() :: Nostrum.Snowflake.t()
The ID of this entry
Specs
options() :: map() | nil
Specs
reason() :: String.t() | nil
The reason for this change, if applicable
Specs
Specs
target_id() :: String.t() | nil
The ID of the affected entity
Specs
user_id() :: Nostrum.Struct.User.id()
The user who made the changes