You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Teams OnConversationUpdate handler will require the dev to extract relevant information from Activity.ChannelData. This is a reduction in functionality from TeamsActivityHandler.
Some consideration should be given to different handler delegates, perhaps generic to allow at least the TeamsChannelData, if not the specific objects provided in the equivalent TeamsActivityHandler methods (ChannelInfo or TeamInfo).