finos / finos/spring-bot

Replace the existing bot chat/card with new message/card

Open
#490 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.