Table of Contents

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

IReadOnlyCollection<Color>

BurstCount

Gets the number of burst reactions added to this message.

public readonly int BurstCount { get; }

Property Value

int

IsMe

Gets a value that indicates whether the current user has reacted to this.

public readonly bool IsMe { get; }

Property Value

bool

true if the user has reacted to the message; otherwise false.

NormalCount

Gets the number of normal reactions added to this message.

public readonly int NormalCount { get; }

Property Value

int

ReactionCount

Gets the number of reactions.

public readonly int ReactionCount { get; }

Property Value

int

An int representing the number of this reactions that has been added to this message.