Interface IEmote
Represents a general container for any type of emote in a message.
Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public interface IEmote
Properties​
Name​
Gets the display name or Unicode representation of this emote.
View Source​
Declaration
string Name { get; }