diff --git a/msteams-platform/scenarios/bots-personal-conversations.md b/msteams-platform/scenarios/bots-personal-conversations.md index b717a8d6938..c4617cce4aa 100644 --- a/msteams-platform/scenarios/bots-personal-conversations.md +++ b/msteams-platform/scenarios/bots-personal-conversations.md @@ -77,7 +77,7 @@ Activity newActivity = new Activity() }; // Post the message to chat conversation with user -await client.Conversations.SendToConversationAsync(newActivity, response.Id); +await client.Conversations.SendToConversationAsync(newActivity); ``` #### Node.js example