Get the chat thread ID
- After the app is installed, the user should get the bot with the ‘conversationUpdate’ event that contains the information needed to send a proactive message.
- If you have lost the ‘chatThreadID’ you can find it again by coding the following in Microsoft Graph.
- Now that the bot has all the information it needs, you should be able to send a proactive message.
GET /users/{user-id}/chats?$filter=installedApps/any(a:a/teamsApp/id eq '{teamsAppid}') |
