Class RestReaction
Represents a REST reaction object.
Inheritance
System.Object
RestReaction
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Discord.Rest
Assembly: Discord.Net.Rest.dll
Syntax
public class RestReaction : IReaction
Properties
| Improve this Doc View SourceCount
Gets the number of reactions added.
Declaration
public int Count { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Emote
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 |
|---|---|
| System.Boolean |