AuditLogEntry class

An entry in a Guild's audit log.

Inheritance

Properties

actionType AuditLogEvent
The type of action taken.
final
changes List<AuditLogChange>?
A list of changes made to the entity.
final
hashCode int
The hash code for this object.
no setterinherited
id Snowflake
The id of this entity.
finalinherited
manager AuditLogManager
The manager for this entity.
finalinherited
options AuditLogEntryInfo?
Additional information associated with this entry.
final
reason String?
The reason for this action.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetId Snowflake?
The ID of the targeted entity.
final
user PartialUser?
The user that triggered the action.
no setter
userId Snowflake?
The ID of the user that triggered the action.
final

Methods

defaultToString() String
Same as toString, but only called when dart:mirrors is not available.
inherited
fetch() Future<AuditLogEntry>
Fetch this entity from the API.
inherited
get() Future<AuditLogEntry>
If this entity exists in the manager's cache, return the cached instance. Otherwise, fetch this entity and return it.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited