Table of Contents

Class RestReaction

Namespace
Discord.Rest
Assembly
Discord.Net.Rest.dll

Represents a REST reaction object.

public class RestReaction : IReaction
Inheritance
RestReaction
Implements
Inherited Members

Properties

BurstColors

Gets colors used for the super reaction.

public IReadOnlyCollection<Color> BurstColors { get; }

Property Value

IReadOnlyCollection<Color>

Remarks

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

BurstCount

Gets the number of burst reactions added.

public int BurstCount { get; }

Property Value

int

Count

Gets the number of reactions added.

public int Count { get; }

Property Value

int

Emote

The IEmote used in the reaction.

public IEmote Emote { get; }

Property Value

IEmote

Me

Gets whether the reaction is added by the user.

public bool Me { get; }

Property Value

bool

MeBurst

Gets whether the super-reaction is added by the user.

public bool MeBurst { get; }

Property Value

bool

NormalCount

Gets the number of normal reactions added.

public int NormalCount { get; }

Property Value

int