Table of Contents

Class MessageReaction

Namespace
Fluxer.Net
Assembly
Fluxer.Net.dll

Fluxer entity with client attached.

public class MessageReaction : Entity, IMessageReaction
Inheritance
object
MessageReaction
Implements

Properties

Count

The total number of times this reaction has been used.

public int Count { get; }

Property Value

int

Emoji

public Emoji Emoji { get; }

Property Value

Emoji

Me

Whether the current user has reacted with this emoji.

public bool? Me { get; }

Property Value

bool?

Methods

Create(FluxerBaseClient, MessageReactionJson)

Create a MessageReaction object from json.

public static MessageReaction Create(FluxerBaseClient client, MessageReactionJson json)

Parameters

client FluxerBaseClient
json MessageReactionJson

Returns

MessageReaction