Class MessageReaction
- Namespace
- NetCord
- Assembly
- NetCord.dll
Represents a reaction to a message.
public class MessageReaction : IJsonModel<JsonMessageReaction>
- Inheritance
-
MessageReaction
- Implements
- Inherited Members
Constructors
MessageReaction(JsonMessageReaction)
Represents a reaction to a message.
public MessageReaction(JsonMessageReaction jsonModel)
Parameters
jsonModelJsonMessageReaction
Properties
BurstColors
An array of colors used for super reactions.
public IReadOnlyList<Color> BurstColors { get; }
Property Value
Count
The total number of times this reaction has been applied, including super reactions.
public int Count { get; }
Property Value
CountDetails
Contains additional information on the reaction count.
public MessageReactionCountDetails CountDetails { get; }
Property Value
Emoji
A minimal emoji object, containing information about the reacted emoji.
public MessageReactionEmoji Emoji { get; }
Property Value
Me
Whether the current user applied this reaction.
public bool Me { get; }
Property Value
MeBurst
Whether the current user applied this reaction as a super reaction.
public bool MeBurst { get; }