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:")
new Emoji("β©")
new Emoji(":server_emoji:")
string Id
DateTime? Created
string Name
bool IsServerEmoji
string? ServerId
Server? Server
string? CreatorId
User? Creator
bool IsAnimated
bool IsNsfw
string ImageUrl
Last updated 2 years ago