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