Emoji of a discord server.
flowchart LR
emoji[(emoji)]
id{{id}}
click id callback "Id of the emoji."
emoji --- id
name>name]
click name callback "Name of the emoji."
emoji --- name
require_colons{require_colons}
click require_colons callback "Whether the emoji requires colons."
emoji --- require_colons
animated{animated}
click animated callback "Whether the emoji is animated."
emoji --- animated
managed{managed}
click managed callback "Whether the emoji is managed by third party integration."
emoji --- managed
available{available}
click available callback "Whether the emoji is currently available."
emoji --- available
url>url]
click url callback "Url of the emoji image."
emoji --- url
created_at{{created_at}}
click created_at callback "Creation date of the emoji as unix timestamp."
emoji --- created_at
Id of the emoji.
Name of the emoji.
Whether the emoji requires colons.
Whether the emoji is animated.
Whether the emoji is managed by third party integration.
Whether the emoji is currently available.
Url of the emoji image.
Creation date of the emoji as unix timestamp.