microsoft-teams

Teams UpdateActivity events difference when you test in newly created teams

南笙酒味 提交于 2020-12-02 06:42:59
问题 We have a Teams bot that posts messages in MS Teams. The first activity of a new conversation is always an adaptive card and once in a while, we update that with a new card. This worked OK until I made a new Team with this bot. The update we are trying with UpdateActivityAsync, return NotFound. After some troubleshooting, I noticed the following: The new team has a different name: 19:...@thread.tacv2 as opposed to 19:...@thread.skype. When I use an older team, it works as expected. When I