Add support for Reactions
See original GitHub issueREST API
// Creating
PUT /channels/{channel.id}/messages/{message.id}/reactions/{emoji.Name}:{emoji.id}/@me
Issue Analytics
- State:
- Created 7 years ago
- Comments:12 (11 by maintainers)
Top Results From Across the Web
Add reactions to messages
Tap and hold a message. Choose an emoji reaction. Tip: On a computer, to add a reaction, hover over a message. Click Reactions...
Read more >How to Use Reactions in Messages on Android
Here's how you can use Reactions in the Messages app on your Android phone. This post will show you the steps in detail....
Read more >Android Users Can Soon Add Emoji Reactions to iPhone ...
Google today announced that Android users will be able to add emoji reactions to SMS texts received from iPhone users in Google's Messages...
Read more >Google Messages adds reaction support for iPhone texts ...
Google Messages gets new features like the ability to react to texts sent from iPhone, set reminders, and in-app YouTube watching.
Read more >How To Like A Text Message On Android | Community
Adding a reaction to a text message using the Messages app is very simple: Tap and hold on the message that you want...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think we’re adding too many events. MessageUpdated sounds perfect for this, given it’s only fired for Edits (and Embeds?) atm. It wouldn’t be the first event that is called by two different dispatches.
wrong issue