Class OverwriteCreateAuditLogData
Contains a piece of audit log data for a permissions overwrite creation.
Inheritance
System.Object
OverwriteCreateAuditLogData
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Discord.Rest
Assembly: Discord.Net.Rest.dll
Syntax
public class OverwriteCreateAuditLogData : IAuditLogData
Properties
| Improve this Doc View SourceChannelId
Gets the ID of the channel that the overwrite was created from.
Declaration
public ulong ChannelId { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt64 | A System.UInt64 representing the snowflake identifier for the channel that the overwrite was created from. |
Overwrite
Gets the permission overwrite object that was created.
Declaration
public Overwrite Overwrite { get; }
Property Value
| Type | Description |
|---|---|
| Overwrite | An Overwrite object representing the overwrite that was created. |