Botbuilder SDK v4 creating 1:1 conversation from group
Botbuilder SDK v4 creating 1:1 conversation from group
Botbuilder SDK v4 creating 1:1 conversation from group
Re: Botbuilder SDK v4 creating 1:1 conversation from group
The first parameter for CreateConversation Method should be the channel ID, which is in your case "teams". You don't have to supply the existing conversation reference as you are creating a new one.