Show / Hide Table of Contents

Class OverwriteCreateAuditLogData

Contains a piece of audit log data for a permissions overwrite creation.

Inheritance
System.Object
OverwriteCreateAuditLogData
Implements
IAuditLogData
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 Source

ChannelId

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.

| Improve this Doc View Source

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.

Implements

IAuditLogData
  • Improve this Doc
  • View Source
Back to top Generated by DocFX