Table of Contents

Class AutoModRuleUpdatedAuditLogData

Namespace
Discord.Rest
Assembly
Discord.Net.Rest.dll

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

AutoModRuleInfo

Before

Gets the auto moderation rule information before the changes.

public AutoModRuleInfo Before { get; }

Property Value

AutoModRuleInfo

Rule

Gets the auto moderation rule the changes correspond to.

public IAutoModRule Rule { get; }

Property Value

IAutoModRule