Table of Contents

Class MessageReactionEmoji

Namespace
NetCord
Assembly
NetCord.dll

Contains information about a MessageReaction's emoji.

public class MessageReactionEmoji : IJsonModel<JsonEmoji>
Inheritance
MessageReactionEmoji
Implements
Inherited Members

Constructors

MessageReactionEmoji(JsonEmoji)

Contains information about a MessageReaction's emoji.

public MessageReactionEmoji(JsonEmoji jsonModel)

Parameters

jsonModel JsonEmoji

Properties

Animated

Whether the emoji is animated.

public bool Animated { get; }

Property Value

bool

Id

The emoji's unique ID. Always null for standard emoji.

public ulong? Id { get; }

Property Value

ulong?

Name

The emoji's name.

public string? Name { get; }

Property Value

string