Interface IMessageReaction
public interface IMessageReaction
Properties
Count
The total number of times this reaction has been used.
int Count { get; }
Property Value
Emoji
The emoji used for the reaction.
IEmoji Emoji { get; }
Property Value
Me
Whether the current user has reacted with this emoji.
bool? Me { get; }
Property Value
- bool?