Class DiscordAuditLogOverwriteEntry
Represents a audit log overwrite entry.
Inherited Members
Namespace: DisCatSharp.Entities
Assembly: DisCatSharp.dll
Syntax
public sealed class DiscordAuditLogOverwriteEntry : DiscordAuditLogEntry
Properties
| Improve this Doc View SourceAllowChange
Gets the description of overwrite's allow value change.
Declaration
public PropertyChange<Permissions?> AllowChange { get; }
Property Value
Type | Description |
---|---|
PropertyChange<System.Nullable<Permissions>> |
Channel
Gets the channel for which the overwrite was changed.
Declaration
public DiscordChannel Channel { get; }
Property Value
Type | Description |
---|---|
DiscordChannel |
DenyChange
Gets the description of overwrite's deny value change.
Declaration
public PropertyChange<Permissions?> DenyChange { get; }
Property Value
Type | Description |
---|---|
PropertyChange<System.Nullable<Permissions>> |
Target
Gets the affected overwrite.
Declaration
public DiscordOverwrite Target { get; }
Property Value
Type | Description |
---|---|
DiscordOverwrite |
TargetIdChange
Gets the description of overwrite's target id change.
Declaration
public PropertyChange<ulong?> TargetIdChange { get; }
Property Value
Type | Description |
---|---|
PropertyChange<System.Nullable<System.UInt64>> |
TypeChange
Gets the description of overwrite's type change.
Declaration
public PropertyChange<OverwriteType?> TypeChange { get; }
Property Value
Type | Description |
---|---|
PropertyChange<System.Nullable<OverwriteType>> |