Class EmoteCreateAuditLogData
Contains a piece of audit log data related to an emoji creation.
Implements
Namespace: Discord.Rest
Assembly: Discord.Net.Rest.dll
Syntax
public class EmoteCreateAuditLogData : object, IAuditLogData
Properties
| Improve this Doc View SourceEmoteId
Gets the snowflake ID of the created emoji.
Declaration
public ulong EmoteId { get; }
Property Value
Type | Description |
---|---|
UInt64 | A |
Name
Gets the name of the created emoji.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
String | A string containing the name of the created emoji. |