Struct ReactionMetadata
A metadata containing reaction information.
Namespace: Discord
Assembly: Discord.Net.Core.dll
Syntax
public struct ReactionMetadata
Properties
| Improve this Doc View SourceIsMe
Gets a value that indicates whether the current user has reacted to this.
Declaration
public bool IsMe { readonly get; }
Property Value
Type | Description |
---|---|
Boolean | true if the user has reacted to the message; otherwise false. |
ReactionCount
Gets the number of reactions.
Declaration
public int ReactionCount { readonly get; }
Property Value
Type | Description |
---|---|
Int32 | An |