Api to save emoji/reaction to message

Hi,
I have javascript application. I have added group_channel chat functionality in my application. I am trying to add reactions/emoji to my application.

On hover of chat message I am showing list of emojis/Reaction. onclick of emoji I have to store the emoji to that message. What is the api for that?

I am referring below api to get the list of emojis with key.

Can someone please help me on this. thanks

Hello,

If you’re using the Platform API, you would want to take a look at:

If you’re using the Javascript SDK (preferred method), you’d want to look at:

1 Like

Hi @Tyler , Thank you, It helps me. Will let you know once I am done with this integration.