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
jsonModelJsonEmoji
Properties
Animated
Whether the emoji is animated.
public bool Animated { get; }
Property Value
Id
The emoji's unique ID.
public ulong? Id { get; }
Property Value
Name
The emoji's name.
public string Name { get; }