Forum Discussion
Pierre_Z92
Sep 08, 2022Copper Contributor
Teams message update event & bot framework sdk
Hello,
I'm currently working on a teams bot to interact with users using the Bot Framework SDK and node.js.
I have already set up an endpoint (Teams activity handler) to receive incoming messages from users. I
found out in the documentation that my bot may receive events when messages are updated by users but that's not the case. When a user update one of it's messages on Teams, my endpoint is not triggered with the updated message.
Am I missing something ?
- Please go through the https://learn.microsoft.com/en-us/graph/teams-changenotifications-chat, https://learn.microsoft.com/en-us/graph/api/subscription-post-subscriptions?view=graph-rest-1.0&tabs=http documents. Change notifications for chats enable you to subscribe to changes (create and update) to chats.
8 Replies
Sort By
- Meghana-MSFT
Microsoft
Could you please share the documentation where it is mentioned that bot may receive events when messages are updated by users?- Pierre_Z92Copper Contributor
Meghana-MSFTSure, I found it on the Bot Framework Activity Schema
- Meghana-MSFT
Microsoft
Thank you for the details, we will look into it and get back to you. Thank you.