How to update (edit) a Microsoft Teams message (thread or reply) inside a Teams channel via REST API
How to update (edit) a Microsoft Teams message (thread or reply) inside a Teams channel via REST API
Hello @lnarayana-7792, would you mind providing any update on status of this issue?
Hi @ZehuiYaoMSFT-7151, Still the issue is not resolved We need an API to update messages in the teams
Hi @lnarayana-7792,
Using Graph REST APIs it is possible only to Create a new root message in a channel, Reply to an existing chat message in a channel.
You cannot edit/update a posted message in teams channel using Graph REST APIs.
Currently the policyViolation property of a chatMessage can be updated.
Note: This API has licensing and payment requirements. It supports the model=A query parameter. If no model is specified, evaluation mode will be used.
Reference: chat message methods
chatmessage-update
Hope this helps.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have further questions about this answer, please click "Comment".
3 people are following this question.