Table of Contents

Class SocketEmoteUpdateAuditLogData

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

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

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

Properties

EmoteId

Gets the snowflake ID of the updated emoji.

public ulong EmoteId { get; }

Property Value

ulong

A ulong representing the snowflake identifier of the updated emoji.

NewName

Gets the new name of the updated emoji.

public string NewName { get; }

Property Value

string

A string containing the new name of the updated emoji.

OldName

Gets the old name of the updated emoji.

public string OldName { get; }

Property Value

string

A string containing the old name of the updated emoji.