createConversationAsync fails #4839
Labels
Area: Teams
The issue is related to Teams support
Bot Services
Required for internal Azure reporting. Do not delete. Do not change color.
bug
Indicates an unexpected problem or an unintended behavior.
customer-replied-to
Indicates that the team has replied to the issue reported by the customer. Do not delete.
customer-reported
Issue is created by anyone that is not a collaborator in the repository.
Hi team,
I am migrating my application to CloudAdapter, and I need to implement a flow of sending a DM to a user. There is an example
Microsoft-Teams-Samples/samples/bot-conversation/nodejs/bots/teamsConversationBot.js
in your code but it doesn't seem to be working. It fails with "Unknown attachment type" error. However, when I set activity: context.activity as a message, it starts throwing: "Cannot read properties of undefined (reading 'aadObjectId')". Can you please help to understand how to trigger sending a personal message to a user?
The text was updated successfully, but these errors were encountered: