React to chatMessage

React to chatMessage
1

Upvotes

Upvote

 Apr 13 2021
0 Comments 
New

We need a chatMessageReaction POST method, allowing to react to any chatMessage with a simple request.

Something like 

POST /teams/{team-id}/channels/{channel-id}/messages/{message-id}/reactions

You already have a chatMessageReaction resource type (https://docs.microsoft.com/en-us/graph/api/resources/chatmessagereaction?view=graph-rest-1.0) and this is already implemented on MS Teams, Skype and who knows what else, it shouldn't be THAT hard to add this to the public API