Class SocketEmoteCreateAuditLogData
Contains a piece of audit log data related to an emoji creation.
public class SocketEmoteCreateAuditLogData : ISocketAuditLogData, IAuditLogData
- Inheritance
-
SocketEmoteCreateAuditLogData
- Implements
- Inherited Members
Properties
EmoteId
Gets the snowflake ID of the created emoji.
public ulong EmoteId { get; }
Property Value
Name
Gets the name of the created emoji.
public string Name { get; }
Property Value
- string
A string containing the name of the created emoji.