Table of Contents

Class MessageReaction

Namespace
NetCord
Assembly
NetCord.dll

Represents a reaction to a message.

public class MessageReaction : IJsonModel<JsonMessageReaction>
Inheritance
MessageReaction
Implements
Inherited Members

Constructors

MessageReaction(JsonMessageReaction)

Represents a reaction to a message.

public MessageReaction(JsonMessageReaction jsonModel)

Parameters

jsonModel JsonMessageReaction

Properties

BurstColors

An array of colors used for super reactions.

public IReadOnlyList<Color> BurstColors { get; }

Property Value

IReadOnlyList<Color>

Count

The total number of times this reaction has been applied, including super reactions.

public int Count { get; }

Property Value

int

CountDetails

Contains additional information on the reaction count.

public MessageReactionCountDetails CountDetails { get; }

Property Value

MessageReactionCountDetails

Emoji

A minimal emoji object, containing information about the reacted emoji.

public MessageReactionEmoji Emoji { get; }

Property Value

MessageReactionEmoji

Me

Whether the current user applied this reaction.

public bool Me { get; }

Property Value

bool

MeBurst

Whether the current user applied this reaction as a super reaction.

public bool MeBurst { get; }

Property Value

bool