Table of Contents

Interface IReaction

Namespace
Discord
Assembly
Discord.Net.Core.dll

Represents a generic reaction object.

public interface IReaction

Properties

BurstColors

Gets colors used for the super reaction.

IReadOnlyCollection<Color> BurstColors { get; }

Property Value

IReadOnlyCollection<Color>

Remarks

The collection will be empty if the reaction is a normal reaction.

Emote

The IEmote used in the reaction.

IEmote Emote { get; }

Property Value

IEmote