AuditLog class

Whenever an admin action is performed on the API, an entry is added to the respective guild's audit log.

Look here for more

Properties

entries Map<Snowflake, AuditLogEntry>
List of audit log entries
latefinal
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
users Map<Snowflake, User>
List of users found in the audit log
latefinal
webhooks Map<Snowflake, Webhook>
List of webhooks found in the audit log
latefinal

Methods

filter(bool test(AuditLogEntry)) Iterable<AuditLogEntry>
Filters audit log by users
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