Forum Discussion
pbesson
Jun 08, 2020Copper Contributor
Event Handlers or listeners in MS Team App when user joins chat
Hi Im building a MS Teams App. I was wondering if it is possible to know when and who someone joins a chat? Is there an event listener method MS Teams provides?
Gousia_Begum
Jun 09, 2020Iron Contributor
pbesson Whenever a new member is added to a team/groupchat your bot gets a conversationUpdate event with the details of the member added. Please check out Bot events.