Table of Contents

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

bool

Name

The emoji's name.

public string Name { get; }

Property Value

string

Methods

CreateFromJson(JsonEmoji, ulong, RestClient)

public static Emoji CreateFromJson(JsonEmoji jsonModel, ulong guildId, RestClient client)

Parameters

jsonModel JsonEmoji
guildId ulong
client RestClient

Returns

Emoji

ToString()

public override string ToString()

Returns

string