Table of Contents

Class EmojiReference

Namespace
NetCord
Assembly
NetCord.dll

Represents a lightweight reference to an emoji.

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

Constructors

EmojiReference(JsonEmoji)

Represents a lightweight reference to an emoji.

public EmojiReference(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.

public ulong? Id { get; }

Property Value

ulong?

Name

The emoji's name.

public string Name { get; }

Property Value

string