Scenario:-
I am able to send a new message in the Teams App (bot) - Not expected
The bot needs to reply to the same thread the user started - Expected
Did not find any reply method in the below documentation.. continueConversation creates a new message.
The bot cannot give the reply to the same thread that user started. This is by design behaviour.
Bot can reply to an existing message but it looks new message not like reply, 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.
If you wish you can suggest this feature on - Microsoft Teams · Community