Show / Hide Table of Contents

Class EmoteDeleteAuditLogData

Contains a piece of audit log data related to an emoji deletion.

Inheritance
System.Object
EmoteDeleteAuditLogData
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 EmoteDeleteAuditLogData : IAuditLogData

Properties

| Improve this Doc View Source

EmoteId

Gets the snowflake ID of the deleted emoji.

Declaration
public ulong EmoteId { get; }
Property Value
Type Description
System.UInt64

A System.UInt64 representing the snowflake identifier for the deleted emoji.

| Improve this Doc View Source

Name

Gets the name of the deleted emoji.

Declaration
public string Name { get; }
Property Value
Type Description
System.String

A string containing the name of the deleted emoji.

Implements

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