Class RestReaction
Represents a REST reaction object.
Implements
Namespace: Discord.Rest
Assembly: Discord.Net.Rest.dll
Syntax
public class RestReaction : object, IReaction
Properties
| Improve this Doc View SourceCount
Gets the number of reactions added.
Declaration
public int Count { get; }
Property Value
Type | Description |
---|---|
Int32 |
Emote
The IEmote used in the reaction.
Declaration
public IEmote Emote { get; }
Property Value
Type | Description |
---|---|
IEmote |
Me
Gets whether the reactions is added by the user.
Declaration
public bool Me { get; }
Property Value
Type | Description |
---|---|
Boolean |