YvanB
Oct 12, 2020Copper Contributor
TeamId is not always filled in OnTeamsMembersAddedAsync
Hello,
I have developed a bot for teams.
When a user install the bot on one of his channels, I want to save information about the channel (the TeamId and the TenantId)
But when OnTeamsMembersAddedAsync is called, the teamId is not always filled. And when it is missing, I have no way to get it via other properties.
For now, it seems a little random. Sometimes when I install the bot, the TeamId is filled sometimes not.
Is there a better way to "catch" those information ?
Is this a known issue?
Am I doing somethig wrong or ?
Thanks