Class DiscordAuditLogEmojiEntry
Represents a audit log emoji entry.
Inherited Members
Namespace: DisCatSharp.Entities
Assembly: DisCatSharp.dll
Syntax
public sealed class DiscordAuditLogEmojiEntry : DiscordAuditLogEntry
Properties
| Improve this Doc View SourceNameChange
Gets the description of emoji's name change.
Declaration
public PropertyChange<string> NameChange { get; }
Property Value
Type | Description |
---|---|
PropertyChange<System.String> |
Target
Gets the affected emoji.
Declaration
public DiscordEmoji Target { get; }
Property Value
Type | Description |
---|---|
DiscordEmoji |