IAuditLog class abstract

Constructors

IAuditLog()

Properties

autoModerationRules Map<Snowflake, IAutoModerationRule>
Map of auto moderation rules referenced in the audit log.
latefinal
entries Map<Snowflake, IAuditLogEntry>
Map of audit log entries.
latefinal
events Map<Snowflake, IGuildEvent>
Map of guild scheduled events referenced in the audit log.
latefinal
hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
threads Map<Snowflake, IThreadChannel>
Map of threads referenced in the audit log.
latefinal
users Map<Snowflake, IUser>
Map of users found in the audit log.
latefinal
webhooks Map<Snowflake, IWebhook>
Map of webhooks found in the audit log.
latefinal

Methods

filter(bool test(IAuditLogEntry)) Iterable<IAuditLogEntry>
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