AuditLogEntryInfo class

Extra information associated with an AuditLogEntry.

Properties

application PartialApplication?
The application whose permissions were targeted.
no setter
applicationId Snowflake?
The ID of the application whose permissions were targeted.
final
autoModerationRuleName String?
The name of the Auto Moderation rule that was triggered.
final
autoModerationTriggerType String?
The trigger type of the Auto Moderation rule that was triggered.
final
channel PartialChannel?
The channel in which entities were targeted.
no setter
channelId Snowflake?
The ID of the channel in which entities were targeted.
final
count String?
The number of targeted entities.
final
deleteMemberDays String?
The number of days after which inactive members were kicked.
final
hashCode int
The hash code for this object.
no setterinherited
id Snowflake?
The ID of the overwritten entity.
final
integrationType String?
The type of integration that performed the action.
final
manager AuditLogManager
The manager for this AuditLogEntryInfo.
final
membersRemoved String?
The number of members removed by a prune.
final
message PartialMessage?
The targeted message.
no setter
messageId Snowflake?
The ID of the targeted message.
final
overwriteType PermissionOverwriteType?
final
roleName String?
The name of the role.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

defaultToString() String
Same as toString, but only called when dart:mirrors is not available.
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