diff --git a/fbchat/_message.py b/fbchat/_message.py index d08aba2..86c28ed 100644 --- a/fbchat/_message.py +++ b/fbchat/_message.py @@ -73,6 +73,8 @@ class Mention: } +# Exaustively searched for options by using the list in: +# https://unicode.org/emoji/charts/full-emoji-list.html SENDABLE_REACTIONS = ("❤", "😍", "😆", "😮", "😢", "😠", "👍", "👎")