Table of Contents

Class AutoModRuleUpdatedAuditLogData

Namespace
Discord.WebSocket
Assembly
Discord.Net.WebSocket.dll

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

SocketAutoModRuleInfo

Before

Gets the auto moderation rule information before the changes.

public SocketAutoModRuleInfo Before { get; }

Property Value

SocketAutoModRuleInfo