After Edit-Personal Scope.jpgWhen users edit their message in the bot’s personal chat window, the edited message is not automatically updated in the channel conversation. In other words, the channel conversation continues to display the original message sent by the user, not the updated one. We understand that the OnTeamsMessageEditAsync event is triggered when a user updates a message. However, we need guidance on how to obtain the message ID and update the edited message in the channel conversation since the changes made by the user in the personal chat are not automatically reflected in the channel conversation.
My requirement is this: When the user who is using our teams bot application, edits his message then the edited message should be reflected in the Teams Channel. This is not automatically happening. So I tried to capture this in OnTeamsMessageEditAsync event but I do not know which method I need to call to update the message content in Team’s channel
Rajesh Pandian is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.