Hi,
i could not find the teams integration helper docu here https://docs.dataminer.services/
I am looking for the inverse function of: add member.
chatIntegrationHelper.Teams.TryAddTeamMembers(teamIdParam.Value, teamMembersToAdd);
So i want to remove a member from a team.
is this already available? Where do i need to search?
Thanks
BR Kristian
Hi,
That's currently not possible using ChatIntegration. Feel free to add a feature suggestion here: https://community.dataminer.services/feature-suggestions
The ChatIntegrationHelper nuget should be self documenting (showing what methods are available on the interfaces and what they do (hovering over them in your IDE)).
Wkr