Struct ReactionMetadata
A metadata containing reaction information.
Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public struct ReactionMetadata
Properties​
ReactionCount​
Gets the number of reactions.
View Source​
Declaration
public int ReactionCount { readonly get; }
IsMe​
Gets a value that indicates whether the current user has reacted to this.
View Source​
Declaration
public bool IsMe { readonly get; }