Closed
Description
Port this change from botbuilder-dotnet/master branch:
microsoft/botbuilder-dotnet#3473
Adding roster change with no alterations to the IConversations interface. Calling getMember would require a downcast from an object of type IConversations. See line 78 of TeamsInfo.cs for an example of what this looks like.
This PR includes:
- Adding support for the get single member endpoint to the Conversations object
- Adding support for get single member endpoint to the TeamsInfo object
- Adding support for getting paged members to the TeamsInfo object
Also fixed the formatting in ConversationsExtensions, because reasons.
Resolves #3447
Changed projects
- Microsoft.Bot.Builder
- Microsoft.Bot.Connector
- Microsoft.Bot.Schema