> For the complete documentation index, see [llms.txt](https://docs.fluxpoint.dev/stoatsharp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fluxpoint.dev/stoatsharp/class-structure/emojis.md).

# Emojis

Represents an emoji object that is either unicode or server based emoji that can be used in reactions.

You can create this using `new Emoji("⏩")` or `new Emoji(":server_emoji:")`

<details>

<summary>Emoji</summary>

<mark style="color:yellow;">string</mark> Id

<mark style="color:purple;">DateTime</mark>? Created

<mark style="color:yellow;">string</mark> Name

<mark style="color:blue;">bool</mark> IsServerEmoji

<mark style="color:yellow;">string</mark>? ServerId

[<mark style="color:purple;">Server</mark>](/stoatsharp/class-structure/servers.md#server)? Server

<mark style="color:yellow;">string</mark>? CreatorId

[<mark style="color:purple;">User</mark>](/stoatsharp/class-structure/users-and-members.md#user)? Creator

<mark style="color:blue;">bool</mark> IsAnimated

<mark style="color:blue;">bool</mark> IsNsfw

<mark style="color:yellow;">string</mark> ImageUrl

</details>
