Microsoft.Bot.Connector.Teams
0.10.0
Adds functionality for Get Paged Conversation Members and Get Single Conversation Member
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package Microsoft.Bot.Connector.Teams -Version 0.10.0
dotnet add package Microsoft.Bot.Connector.Teams --version 0.10.0
<PackageReference Include="Microsoft.Bot.Connector.Teams" Version="0.10.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.Bot.Connector.Teams --version 0.10.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Microsoft.Bot.Connector.Teams, 0.10.0"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Adds helpers to allow bots to deal with large teams without timing out on their users or be sluggish.
GetTeamsConversationMemberAsync
allows lookup of a user in the roster by UPN (someone@domain.com) and Azure Active Directory ID Guid. No need to fetch the entire roster if you know who you are looking for.GetTeamsPagedConversationMembersAsync
allows retrieval of the entire roster in a paged-member.
Please see the documentation and blog-post for more context.
Adds helpers to allow bots to deal with large teams without timing out on their users or be sluggish.
GetTeamsConversationMemberAsync
allows lookup of a user in the roster by UPN (someone@domain.com) and Azure Active Directory ID Guid. No need to fetch the entire roster if you know who you are looking for.GetTeamsPagedConversationMembersAsync
allows retrieval of the entire roster in a paged-member.
Please see the documentation and blog-post for more context.
Dependencies
-
.NETFramework 4.6
- Microsoft.Bot.Builder (>= 3.30.0 && < 4.0.0)
- Polly-Signed (>= 5.3.1)
Used By
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Microsoft.Bot.Connector.Teams:
Package | Downloads |
---|---|
Microsoft.Bot.Builder.Teams
Contains Bot Builder SDK extensions for developing bots for Microsoft Teams exposing functionality which is otherwise not present in Bot Builder SDK.
|
|
TeamsLogger
Logging library that helps log cards into Microsoft Teams
|
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated | |
---|---|---|---|
4.3.0-beta1 | 24,896 | 5/10/2019 | |
4.0.0-beta1 | 18,578 | 12/28/2018 | |
0.10.0 | 3,981 | 4/10/2020 | |
0.9.0 | 58,002 | 6/20/2018 | |
0.8.0 | 42,868 | 1/11/2018 | |
0.6.0 | 3,521 | 11/30/2017 | |
0.5.9 | 16,430 | 8/29/2017 | |
0.5.6 | 1,845 | 5/10/2017 | |
0.5.5-alpha | 1,175 | 5/8/2017 | |
0.5.4-alpha | 502 | 5/4/2017 |