Class MessageReaction
- Namespace
- NetCord
- Assembly
- NetCord.dll
public class MessageReaction : IJsonModel<JsonMessageReaction>
- Inheritance
-
MessageReaction
- Implements
-
- Inherited Members
-
Constructors
MessageReaction(JsonMessageReaction)
public MessageReaction(JsonMessageReaction jsonModel)
Parameters
jsonModel
JsonMessageReaction
Properties
BurstColors
public IReadOnlyList<Color> BurstColors { get; }
Property Value
- IReadOnlyList<Color>
Count
public int Count { get; }
Property Value
- int
CountDetails
public MessageReactionCountDetails CountDetails { get; }
Property Value
- MessageReactionCountDetails
Emoji
public MessageReactionEmoji Emoji { get; }
Property Value
- MessageReactionEmoji
Me
Property Value
- bool
MeBurst
public bool MeBurst { get; }
Property Value
- bool