Forum Discussion
ituser1n03v
Jan 16, 2023Copper Contributor
How to send a message to a thread (reply) using botbuilder 4.0 SDK
How to send a message to a thread (reply) using botbuilder 4.0 SDK Scenario:- 1. User A -> Types a message in Teams App (bot) 2. Now Bot has to reply to the same thread that user A has started i...
Nivedipa-MSFT
Microsoft
Jan 17, 2023ituser1n03v - Thanks for reporting your issue. We are checking this internally. We will update you soon.
- Nivedipa-MSFTJan 17, 2023
Microsoft
@ituser1n03v
To reply to an existing message, call ReplyToActivity in .NET or session.send in Node.js. The Bot Builder SDK handles all the details.If you choose to use the REST API, you can also call the /v3/conversations/{conversationId}/activities/{activityId} endpoint.
Thanks,
Nivedipa
----------------------------------------------------------------------------------
If the response is helpful, please click "Mark as Best Response" and like it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.
- aimantahir1225Aug 18, 2023Copper ContributorExpected behaviour is not achieved in both ReplyToActivity and REST API.
- Nivedipa-MSFTAug 23, 2023
Microsoft
aimantahir1225 - There is an already feature request raised for this issue.
- ituser1n03vJan 18, 2023Copper Contributor
- Nivedipa-MSFTJan 18, 2023
Microsoft
ituser1n03v
Session.send is not available for Bot Builder Typescript SDK 3.0.
We will test the REST API and update you soon.
- ituser1n03vJan 18, 2023Copper Contributor
Nivedipa-MSFT
REST API is also not working... getting service error