IAutoModerationActionExecutionEvent class Null safety
- Implemented types
Constructors
Properties
- action → ActionStructure
-
The action which was executed.
read-only
- alertSystemMessage → Snowflake?
-
The message id of any system auto moderation messages posted as a result of this action.
read-only
-
channel
→ Cacheable<
Snowflake, ITextGuildChannel> ? -
The channel in which user content was posted.
read-only
- content → String
-
The member generated text content.
read-only
- createdAt → DateTime
-
Gets creation timestamp included in Snowflake
read-onlyinherited
-
guild
→ Cacheable<
Snowflake, IGuild> -
The guild where this action was executed.
read-only
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- id → Snowflake
-
ID of entity as Snowflake
finalinherited
- matchedContent → String
-
The substring in content that triggered the rule.
read-only
- matchedKeyword → String?
-
The word or phrase configured in the rule that triggered the rule
read-only
-
member
→ Cacheable<
Snowflake, IMember> -
The member which generated the content which triggered the rule.
read-only
-
message
→ Cacheable<
Snowflake, IMessage> ? -
The message of any user message which content belongs to.
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- triggerType → TriggerTypes
-
The trigger type of rule which was triggered.
read-only
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 ==(
dynamic other) → bool -
The equality operator.
inherited