Message Reaction

Interactions are more fun when you can express yourself! Let users react using emojis, stickers, or thumbs up to messages

Add Reaction

You can add any number of reactions to the given post. The addReaction method accepts reaction name, where the reaction name is case sensitive, i.e "like" & "Like" are two different reactions.

Remove Reaction

You can remove any reactions added to the post. The removeReaction method removes reaction name. Reaction name is case sensitive in this case too.

Query Reaction

You can query reactions using the queryReactions method.

Last updated