Replace the existing bot chat/card with new message/card
Open
- Dominant language
- Java
- Stars
- 78
- Forks
- 40
- PR merge metrics
- No merged PRs in 30d
Description
## Spring bot support MS Teams adaptive card update feature
### Update the existing chat message sent by same app.
`
String chatMessageId = "YOUR_MESSAGE_ID";
UpdateChatMessageOptions updateOptions = new UpdateChatMessageOptions()
.setContent("This is the updated message content");
chatThreadClient.updateMessage(chatMessageId, updateOptions);
`
Contributor guide
Assessment
This issue has not been assessed yet.