Skip to content

[PORT] Get member changes for Teams #809

Closed
@tomlm

Description

@tomlm

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

Metadata

Metadata

Assignees

Labels

P1Painful if we don't fix, won't block releasingR8Release 8 - March 16th, 2020

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions