1
votes

In Microsoft bot framework, using node.js sdk, is it possible to listen to message edit events? For example in slack users can edit their previously sent messages, is there a way to listen to that edit event from the bots side?

Thank you

1

1 Answers

1
votes

Currently the BotFramework does not forward message edits to Bots. This has been noted and added to the backlog.