Forum Discussion
AyeshaKulsumSJ
Sep 09, 2022Brass Contributor
Reply to message is not working as expected
const { MessageFactory, TeamsActivityHandler, BotFrameworkAdapter, TurnContext, teamsGetChannelId, TeamsInfo } = require('botbuilder'); const properties = { 'membersAdded': [{ 'id': '28:17...
- Sep 13, 2022
AyeshaKulsumSJ -We are not able to repro the scenario. It is working fine from our end.
Reference sample-BotBuilder-Samples/TeamsStartNewThreadInTeam.cs at main · microsoft/BotBuilder-Samples (github.com)
Microsoft Teams Version 1.5.00.24706 (64-bit)-E.
Could you please check it once?
abdolian
Dec 10, 2023Copper Contributor
The link doesn't work.
I have same problem and I couldn't find any true solution to reply a message by bot. Please share a real example of this issue in Javascript
I have same problem and I couldn't find any true solution to reply a message by bot. Please share a real example of this issue in Javascript
Sayali-MSFT
Microsoft
Dec 11, 2023abdolian - Please have look into this sample-Microsoft-Teams-Samples/samples/bot-initiate-thread-in-channel at main · OfficeDev/Microsoft-Teams-Samples (github.com)
- abdolianDec 11, 2023Copper Contributor
Thanks, Can I do this for a group chat? Could you please send a sample code for group chat?