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}/reactionsYou 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
No CommentsBe the first to comment