# Functions
DeserializeEmoji creates a Emoji from a map representation that has been unmarshalled from a text or binary format.
EmojiIsDisjointWith returns true if the other provided type is disjoint with the Emoji type.
EmojiIsExtendedBy returns true if the other provided type extends from the Emoji type.
IsOrExtendsEmoji returns true if the other provided type is the Emoji type or extends from the Emoji type.
NewTootEmoji creates a new Emoji type.
SetManager sets the manager package-global variable.
SetTypePropertyConstructor sets the "type" property's constructor in the package-global variable.
TootEmojiExtends returns true if the Emoji type extends from the other type.
# Structs
{ "content": "Hello world :Kappa:", "id": "https://example.com/@alice/hello-world", "tag": [ { "icon": { "mediaType": "image/png", "type": "Image", "url": "https://example.com/files/kappa.png" }, "id": "https://example.com/emoji/123", "name": ":Kappa:", "type": "Emoji" } ], "type": "Note" }.