Table of Contents

Interface IMessageReaction

Namespace
Fluxer.Net
Assembly
Fluxer.Net.dll
public interface IMessageReaction

Properties

Count

The total number of times this reaction has been used.

int Count { get; }

Property Value

int

Emoji

The emoji used for the reaction.

IEmoji Emoji { get; }

Property Value

IEmoji

Me

Whether the current user has reacted with this emoji.

bool? Me { get; }

Property Value

bool?