onTeamsMemberAddedEvent() not working for personal scope

孤街醉人 提交于 2020-07-22 05:21:32

问题


I was using Microsoft graph API for installing the bot for a user https://graph.microsoft.com/beta/users/{userID}/teamwork/installedApps

On installing the bot, onTeamsMemberAddedEvent() was called for the personal scope as well as for teams scope and through that, I was sending the welcome message to the users. Apart from graph api, I was also installing the bot directly and the function was getting revoked.

But now, this event is not getting called and I am unable to get conversationId from the personal scope of a user. It is working for teamscope only.

来源:https://stackoverflow.com/questions/62953661/onteamsmemberaddedevent-not-working-for-personal-scope

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!