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 mess...
- Sep 23, 2022Please 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.
Pierre_Z92
Sep 08, 2022Copper Contributor
Meghana-MSFTSure, I found it on the Bot Framework Activity Schema
Meghana-MSFT
Microsoft
Sep 12, 2022Thank you for the details, we will look into it and get back to you. Thank you.
- Meghana-MSFTSep 19, 2022
Microsoft
Pierre_Z92 - Currently this feature is not available. Bots currently don't get notified when a message is edited or deleted. To achieve your requirements, we recommend you give your feedback in Microsoft Teams feedback portal. Microsoft will always focus on customer’s feedback and experience. Some new features would be added to the services based on customers' feedback in the future, and your good ideas will be very helpful for them to improve the service.
- Pierre_Z92Sep 21, 2022Copper Contributor
Meghana-MSFTThanks for you reply. What is the preferred way of getting update notifications ?
- Meghana-MSFTSep 23, 2022
Microsoft
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.