Forum Discussion
firstteam
May 12, 2021Copper Contributor
Is there any event for bot that I can use every time it is added?
OnConversationUpdateActivityAsync / OnTeamsMembersAddedAsync .. It looks like this event is only triggered very first time..which means, in order to invoke this event again, I need to register the bo...
Mamatha-MSFT
Microsoft
May 17, 2021Hi firstteam, Because of the cache issue it may not trigger the event some times. And make sure to uninstall all the previously installed apps with that Bot Id or App ID.
firstteam
May 17, 2021Copper Contributor
Yes, I always make sure to uninstall every app that associated with that bot id because that is easier. The thing is that as you probably know, uninstalling is way easier than deleting and creating new bot(with new guid) every time for testing..I'll keep eye on it though. Thanks,