3

After scanning the web (myself and using ChatGPT), I didn't find a way of handling the emoji reactions users can react with to my bot's messages. I want to create a feedback mechanism for bot behaviour using intuitive reactions such as like & dislike emojis.

Is it achieveable using AIOGram? Does the Telegram API support this in general?

@dp.message_handler() is not called upon a message reaction. Message().on_reaction or anything like that doesn't exist.

OriGami
  • 33
  • 1
  • 5

1 Answers1

0

No, it is not possible.

Telegram Bot API does not support this.

You have to learn telethon or pyrogram