Class DiscordAuditLogAutoModerationRuleEntry
- Namespace
- DSharpPlus.Entities.AuditLogs
- Assembly
- DSharpPlus.dll
public sealed class DiscordAuditLogAutoModerationRuleEntry : DiscordAuditLogEntry
- Inheritance
-
DiscordAuditLogAutoModerationRuleEntry
- Inherited Members
Properties
- Actions
Actions which will execute when the rule is triggered.
- AddedAllowList
List of strings that were added to the allow list
- AddedKeywords
List of trigger keywords that were added to the rule
- AddedRegexPatterns
List of trigger regex patterns that were added to the rule
- CreatorId
Id of the user that created the rule
- Enabled
Whether the rule is enabled or not.
- EventType
Indicates in what event context a rule should be checked.
- ExemptChannels
Channels that should not be affected by the rule
- ExemptRoles
Roles that should not be affected by the rule
- GuildId
Id of the guild where the rule was changed
- Name
Name of the rule
- RemovedAllowList
List of strings that were removed from the allow list
- RemovedKeywords
List of trigger keywords that were removed from the rule
- RemovedRegexPatterns
List of trigger regex patterns that were removed from the rule
- RuleId
Id of the rule
- TriggerMetadata
Additional data used to determine whether a rule should be triggered.
- TriggerType
Characterizes the type of content which can trigger the rule.