Interface IDiscordReaction
Represents a discord Reaction Structure API model. Docs: https://discord.com/developers/docs/resources/channel#reaction-object-reaction-structure
Namespace: Color_Chan.Discord.Core.Common.Models
Assembly: Color-Chan.Discord.Core.dll
Syntax
public interface IDiscordReaction
Properties
| Improve this Doc View SourceByMe
Whether the current user reacted using this emoji.
Declaration
bool ByMe { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Count
Times this emoji has been used to react.
Declaration
int Count { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Emoji
Emoji information.
Declaration
IDiscordEmoji Emoji { get; set; }
Property Value
Type | Description |
---|---|
IDiscordEmoji |