Class RestReaction
Represents a REST reaction object.
public class RestReaction : IReaction
- Inheritance
-
RestReaction
- Implements
- Inherited Members
Properties
BurstColors
Gets colors used for the super reaction.
public IReadOnlyCollection<Color> BurstColors { get; }
Property Value
Remarks
The collection will be empty if the reaction is a normal reaction.
BurstCount
Gets the number of burst reactions added.
public int BurstCount { get; }
Property Value
Count
Gets the number of reactions added.
public int Count { get; }
Property Value
Emote
The IEmote used in the reaction.
public IEmote Emote { get; }
Property Value
Me
Gets whether the reaction is added by the user.
public bool Me { get; }
Property Value
MeBurst
Gets whether the super-reaction is added by the user.
public bool MeBurst { get; }
Property Value
NormalCount
Gets the number of normal reactions added.
public int NormalCount { get; }