Emoji

Utility for working with emojis.

Utility for working with emojis.

Methods

public static void Remap(string tag, string emoji)

Remaps a specific emoji tag with a new emoji.

Parameters:

tag (string)
The emoji tag.
emoji (string)
The emoji.
public static string Replace(string value)

Replaces emoji markup with corresponding unicode characters.

Parameters:

value (string)
A string with emojis codes, e.g. "Hello :smiley:!".

Returns:

A string with emoji codes replaced with actual emoji.