Skip to main content

Class EmoteCreateAuditLogData

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

Assembly: Discord.Net.Rest.dll​
View Source​
Declaration
public class EmoteCreateAuditLogData : IAuditLogData

Properties​

EmoteId​

Gets the snowflake ID of the created emoji.

View Source​
Declaration
public ulong EmoteId { get; }

Name​

Gets the name of the created emoji.

View Source​
Declaration
public string Name { get; }

Implements​