Skip to main content

Class RestReaction

Represents a REST reaction object.

Assembly: Discord.Net.Rest.dll​
View Source​
Declaration
public class RestReaction : IReaction

Properties​

Emote​

The Discord.IEmote used in the reaction.

View Source​
Declaration
public IEmote Emote { get; }

Count​

Gets the number of reactions added.

View Source​
Declaration
public int Count { get; }

Me​

Gets whether the reactions is added by the user.

View Source​
Declaration
public bool Me { get; }

Implements​