How do we get to know to which response user has reacted(like/dislike) on MS teams?
问题 We need help in understanding how Microsoft teams like and dislike works with BotFramework. When user clicks on like option provided in background we are getting reactionID but how do we get to know for which specific message user has given his feedback. Do we have this feasibility on Teams? 回答1: You can find it in the replyToId . Example from the docs: The messageReaction event is sent when a user adds or removes his or her reaction to a message which was originally sent by your bot.