Consistent emoji representation in forum tags #5393
Unanswered
MinnDevelopment
asked this question in
API Feature Requests & Ideas
Replies: 1 comment
-
wanted to note that welcome screen channels also use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In #5391, the
available_tags
feature has been documented, which introduces a newForum Tag Object
andDefault Reaction Object
. Unlike reactions and guild custom emoji, these do not use the standard emoji object layout ofname
,id
,animated
. Instead, they have anemoji_name
andemoji_id
field, which are mutually exclusive.I'd prefer if this was more standardised and always provided a partial emoji, similar to reactions:
Custom:
Unicode:
That is consistent with:
Beta Was this translation helpful? Give feedback.
All reactions