IAuditLogOptions class Null safety
Additional info for certain action types
Constructors
Properties
- channelId → Snowflake?
-
The channel in which the entities were targeted.
read-only
- count → int?
-
The number of entities targeted.
read-only
- deleteMemberDuration → Duration?
-
The number of days after which inactive users will be kicked.
read-only
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- id → Snowflake?
-
Id of the overwritten entity.
read-only
- messageId → Snowflake?
-
The id of the message that was targeted.
read-only
- overwrittenType → String?
-
Type of overwritten entity.
One of:
read-only
- pruneCount → int?
-
The number of the members removed by the prune.
read-only
- roleName → String?
-
The name of the role that was targeted. (Not present if overwrittenType is
member
).read-only - runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited