Class AutoModRuleUpdatedAuditLogData
Contains a piece of audit log data related to an auto moderation rule update.
public class AutoModRuleUpdatedAuditLogData : IAuditLogData
- Inheritance
-
AutoModRuleUpdatedAuditLogData
- Implements
- Inherited Members
Properties
After
Gets the auto moderation rule information after the changes.
public AutoModRuleInfo After { get; }
Property Value
Before
Gets the auto moderation rule information before the changes.
public AutoModRuleInfo Before { get; }
Property Value
Rule
Gets the auto moderation rule the changes correspond to.
public IAutoModRule Rule { get; }