grammyjs / emoji

Helpers for sending emojis.
https://grammy.dev/plugins/emoji
MIT License
9 stars 2 forks source link

Add support for new Unicode 14 emojis #3

Closed andrrms closed 2 years ago

andrrms commented 2 years ago

This plugin MUST have new emojis coming from Unicode 14, even if they haven't been added to Telegram yet — soon they will come.

This is related to PR #2

andrrms commented 2 years ago

In order to solve #4 we need to solve this issue first. Solution presented at https://github.com/grammyjs/emoji/pull/2#issuecomment-1004207995 is a good starting point. We need to redo emojis.json using official emojis list that contains new Unicode 14 emojis and have splitted list to only skin-tone emojis. A small script to transcript the emojis.txt into a emojis.json is needed.