Class MessageReaction
Fluxer entity with client attached.
public class MessageReaction : Entity, IMessageReaction
- Inheritance
-
objectMessageReaction
- Implements
Properties
Count
The total number of times this reaction has been used.
public int Count { get; }
Property Value
Emoji
public Emoji Emoji { get; }
Property Value
Me
Whether the current user has reacted with this emoji.
public bool? Me { get; }
Property Value
- bool?
Methods
Create(FluxerBaseClient, MessageReactionJson)
Create a MessageReaction object from json.
public static MessageReaction Create(FluxerBaseClient client, MessageReactionJson json)
Parameters
clientFluxerBaseClientjsonMessageReactionJson