IAutoModerationActionExecutionEvent class abstract

Implemented types

Properties

action → ActionStructure
The action which was executed.
no setter
alertSystemMessage Snowflake?
The message id of any system auto moderation messages posted as a result of this action.
no setter
channel Cacheable<Snowflake, ITextGuildChannel>?
The channel in which user content was posted.
no setter
content String
The member generated text content.
no setter
createdAt DateTime
Gets creation timestamp included in Snowflake
no setterinherited
guild Cacheable<Snowflake, IGuild>
The guild where this action was executed.
no setter
hashCode int
The hash code for this object.
no setterinherited
id Snowflake
ID of entity as Snowflake
finalinherited
matchedContent String
The substring in content that triggered the rule.
no setter
matchedKeyword String?
The word or phrase configured in the rule that triggered the rule
no setter
member Cacheable<Snowflake, IMember>
The member which generated the content which triggered the rule.
no setter
message Cacheable<Snowflake, IMessage>?
The message of any user message which content belongs to.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
triggerType TriggerTypes
The trigger type of rule which was triggered.
no setter

Methods

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 ==(dynamic other) bool
The equality operator.
inherited