Table of Contents

Class SocketEmoteDeleteAuditLogData

Namespace
Discord.WebSocket
Assembly
Discord.Net.WebSocket.dll

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

public class SocketEmoteDeleteAuditLogData : ISocketAuditLogData, IAuditLogData
Inheritance
SocketEmoteDeleteAuditLogData
Implements
Inherited Members

Properties

EmoteId

Gets the snowflake ID of the deleted emoji.

public ulong EmoteId { get; }

Property Value

ulong

A ulong representing the snowflake identifier for the deleted emoji.

Name

Gets the name of the deleted emoji.

public string Name { get; }

Property Value

string

A string containing the name of the deleted emoji.