79379412

Date: 2025-01-22 23:02:22
Score: 2
Natty:
Report link

0stone0 is absolutely right. But if you want to use constants instead of typing strings you can do it this way:

from telegram import ReactionTypeEmoji, constants

bot.set_message_reaction(message.chat.id, message.id, [ReactionTypeEmoji(constants.ReactionEmoji.ALIEN_MONSTER)], is_big=False)

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: David Pereda