Forum Discussion
DeveshT
Aug 25, 2020Copper Contributor
Which event fired when someone uninstall your app in Microsoft Teams
I am working on creating a bot for Microsoft teams in C# using Bot Framework. User can interact with bot and ask some query. When user install the app, OnConversationUpdateActivityAsync event gets f...
- Aug 28, 2020
Hi DeveshT ,
Is there anything in here that could help: https://docs.microsoft.com/en-us/microsoftteams/platform/resources/bot-v3/bots-notifications
If you note the section where the bot is shown as a removed member when removed. So if you can track that activity for when say the ID of the Bot is referenced as being the member that is being removed.
Thanks
Henry
HenryPhillipsNimbitech
Aug 28, 2020Bronze Contributor
Hi DeveshT ,
Is there anything in here that could help: https://docs.microsoft.com/en-us/microsoftteams/platform/resources/bot-v3/bots-notifications
If you note the section where the bot is shown as a removed member when removed. So if you can track that activity for when say the ID of the Bot is referenced as being the member that is being removed.
Thanks
Henry