Table of Contents

Class EmoteUpdateAuditLogData

Namespace
Discord.Rest
Assembly
Discord.Net.Rest.dll

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

public class EmoteUpdateAuditLogData : IAuditLogData
Inheritance
EmoteUpdateAuditLogData
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.