Skip to main content

Class EmoteDeleteAuditLogData

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

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

Properties​

EmoteId​

Gets the snowflake ID of the deleted emoji.

View Source​
Declaration
public ulong EmoteId { get; }

Name​

Gets the name of the deleted emoji.

View Source​
Declaration
public string Name { get; }

Implements​