Nov 10 2020 11:17 AM - edited Nov 10 2020 11:20 AM
I have created a teams bot. It is a 1:1 chat and notification bot. I want to delete users data from my db whenever user uninstalls the application from teams.
I'm not receiving any event in my bot whenever user uninstalls the app.
Is there some way out to get user info whenever user uninstalls the app ?
Nov 11 2020 03:27 AM
@ayusharya - whenever user uninstall the bot you will receive the conversation update event, Then you can get the User information under turncontext.activity.from. Try if that helps.