Class Reaction
The reaction.
Inheritance
System.Object
Reaction
Namespace: DisCatSharp.Interactivity.EventHandling
Assembly: DisCatSharp.Interactivity.dll
Syntax
public class Reaction
Properties
| Improve this Doc View SourceEmoji
Gets the emoji.
Declaration
public DiscordEmoji Emoji { get; }
Property Value
Type | Description |
---|---|
DiscordEmoji |
Total
Gets the total.
Declaration
public int Total { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Users
Gets the users.
Declaration
public ConcurrentHashSet<DiscordUser> Users { get; }
Property Value
Type | Description |
---|---|
ConcurrentCollections.ConcurrentHashSet<DiscordUser> |