Show / Hide Table of Contents

Class EmoteUpdateAuditLogData

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

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

Properties

| Improve this Doc View Source

EmoteId

Gets the snowflake ID of the updated emoji.

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

A System.UInt64 representing the snowflake identifier of the updated emoji.

| Improve this Doc View Source

NewName

Gets the new name of the updated emoji.

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

A string containing the new name of the updated emoji.

| Improve this Doc View Source

OldName

Gets the old name of the updated emoji.

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

A string containing the old name of the updated emoji.

Implements

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