Class SocketEmoteUpdateAuditLogData
Contains a piece of audit log data related to an emoji update.
public class SocketEmoteUpdateAuditLogData : ISocketAuditLogData, IAuditLogData
- Inheritance
-
SocketEmoteUpdateAuditLogData
- Implements
- Inherited Members
Properties
EmoteId
Gets the snowflake ID of the updated emoji.
public ulong EmoteId { get; }
Property Value
NewName
Gets the new name of the updated emoji.
public string NewName { get; }
Property Value
- string
A string containing the new name of the updated emoji.
OldName
Gets the old name of the updated emoji.
public string OldName { get; }
Property Value
- string
A string containing the old name of the updated emoji.