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
May 14, 2021Former Employee
Hi firstteam, The teamMemberAdded
event is sent to your bot if the bot is added to a conversation first time . If you want to reinstall the app first uninstall the existing app from team then again install the app into a team then you will get teamMemberAdded event.
firstteam
May 17, 2021Copper Contributor
Thanks. This really makes me crazy. Yes..once I re-installed then, ..then I see this event was triggered..However, at some point, for some reasons, I have no idea...this event wasn't triggered.... it is like random behavior...it is really killing me.