Skip to main content

Class EmoteUpdateAuditLogData

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

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

Properties​

EmoteId​

Gets the snowflake ID of the updated emoji.

View Source​
Declaration
public ulong EmoteId { get; }

NewName​

Gets the new name of the updated emoji.

View Source​
Declaration
public string NewName { get; }

OldName​

Gets the old name of the updated emoji.

View Source​
Declaration
public string OldName { get; }

Implements​