Class EmoteUpdateAuditLogData
Contains a piece of audit log data related to an emoji update.
Inheritance
System.Object
EmoteUpdateAuditLogData
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 EmoteUpdateAuditLogData : IAuditLogData
Properties
| Improve this Doc View SourceEmoteId
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. |
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. |
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. |