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