Class Emoji
- Namespace
- NetCord
- Assembly
- NetCord.dll
Represents a base Discord emoji.
public class Emoji : IJsonModel<JsonEmoji>
- Inheritance
-
Emoji
- Implements
- Derived
- Inherited Members
Properties
Animated
Whether the emoji is animated.
public bool Animated { get; }
Property Value
Name
The emoji's name.
public string Name { get; }
Property Value
Methods
CreateFromJson(JsonEmoji, ulong, RestClient)
public static Emoji CreateFromJson(JsonEmoji jsonModel, ulong guildId, RestClient client)
Parameters
jsonModelJsonEmojiguildIdulongclientRestClient
Returns
ToString()
public override string ToString()