Struct ReactionMetadata
- Namespace
- Discord
- Assembly
- Discord.Net.Core.dll
A metadata containing reaction information.
public struct ReactionMetadata
- Inherited Members
Properties
BurstColors
Gets colors used for super reaction.
public readonly IReadOnlyCollection<Color> BurstColors { get; }
Property Value
BurstCount
Gets the number of burst reactions added to this message.
public readonly int BurstCount { get; }
Property Value
IsMe
Gets a value that indicates whether the current user has reacted to this.
public readonly bool IsMe { get; }
Property Value
NormalCount
Gets the number of normal reactions added to this message.
public readonly int NormalCount { get; }
Property Value
ReactionCount
Gets the number of reactions.
public readonly int ReactionCount { get; }