-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Open
Labels
feature-requestA request for new functionality or an enhancement to an existing one.A request for new functionality or an enhancement to an existing one.needs-triageThe issue has just been created and it has not been reviewed by the team.The issue has just been created and it has not been reviewed by the team.
Description
I am currently developing a bot using Bot Framework Composer integrated with Microsoft Teams. While Composer provides the UpdateActivity method to modify messages, there is a critical limitation:
UpdateActivity only works if the bot already has the original Adaptive Card payload stored.
There is no API to fetch the existing message (by activityId) from Teams using the Bot Framework.
Microsoft Graph API supports GET /chats/{chat-id}/messages/{message-id}, but:
The Bot Framework conversation.id (a:...) does not directly map to Graph chat.id (19:...).
Graph does not return the original Adaptive Card JSON that can be reused for updates.
Metadata
Metadata
Assignees
Labels
feature-requestA request for new functionality or an enhancement to an existing one.A request for new functionality or an enhancement to an existing one.needs-triageThe issue has just been created and it has not been reviewed by the team.The issue has just been created and it has not been reviewed by the team.