I have a Slack bot written in Node.js and I'd like to make it so the bot can process (and answer) every time a person reacts to the bot's messages with an emoji.
I understand probably I will only be able to react to an emoji added in a short time window after my bot send the message.
I have not found any starting point.
For context, I'm using the express library and the listen() and post() methods.