Interface IReaction
Represents a generic reaction object.
Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public interface IReaction
Properties​
Emote​
The Discord.IEmote used in the reaction.
View Source​
Declaration
IEmote Emote { get; }