slackhq / slack-api-docs

API Docs for Slack.com
https://api.slack.com/
426 stars 85 forks source link

ability to get the message content from a 'reaction_added' event #52

Closed brandonfujii closed 8 years ago

brandonfujii commented 8 years ago

How would I go about retrieving the content of the message that a user reacts to?

controller.on('reaction_added', function(bot, event) {
   // get message content
});