Microsoft.Bot.Connector.Teams
0.5.5-alpha
Prefix Reserved
See the version list below for details.
dotnet add package Microsoft.Bot.Connector.Teams --version 0.5.5-alpha
NuGet\Install-Package Microsoft.Bot.Connector.Teams -Version 0.5.5-alpha
<PackageReference Include="Microsoft.Bot.Connector.Teams" Version="0.5.5-alpha" />
paket add Microsoft.Bot.Connector.Teams --version 0.5.5-alpha
#r "nuget: Microsoft.Bot.Connector.Teams, 0.5.5-alpha"
// Install Microsoft.Bot.Connector.Teams as a Cake Addin #addin nuget:?package=Microsoft.Bot.Connector.Teams&version=0.5.5-alpha&prerelease // Install Microsoft.Bot.Connector.Teams as a Cake Tool #tool nuget:?package=Microsoft.Bot.Connector.Teams&version=0.5.5-alpha&prerelease
Bot Builder Microsoft Teams Extensions
The Microsoft Bot Builder SDK Teams Extensions allow you to build bots for Microsoft Teams quickly and easily.
Review the documentation at https://msdn.microsoft.com/en-us/microsoft-teams/bots to get started!
# This SDK allows you to easily...
* Accept/reject messages from specific tenants
* Fetch a list of channels in a team
* Fetch profile info about all members of a team
* Fetch tenant-id from an incoming message to bot
* Create 1:1 chat with a specific user
* Mention a specific user
* Consume various events like channel-created, team-renamed, etc.
* Write compose extensions
* and more!
# Get started quickly with our samples:
* Sample bot [C#](https://github.com/OfficeDev/BotBuilder-MicrosoftTeams/tree/master/CSharp/Samples/Microsoft.Bot.Connector.Teams.SampleBot)
* Sample bot [Node](https://github.com/OfficeDev/BotBuilder-MicrosoftTeams/tree/master/Node/samples)
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net46 is compatible. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.6
- Microsoft.Bot.Builder (>= 3.5.9)
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 (2)
Showing the top 2 popular GitHub repositories that depend on Microsoft.Bot.Connector.Teams:
Repository | Stars |
---|---|
OfficeDev/Microsoft-Teams-Samples
Welcome to the Microsoft Teams samples repository. Here you will find task-focused samples in C#, JavaScript and TypeScript to help you get started with the Microsoft Teams App!
|
|
OfficeDev/microsoft-teams-sample-complete-csharp
A template for building complex bots for Microsoft Teams - C# version
|
Version | Downloads | Last updated | |
---|---|---|---|
4.3.0-beta1 | 32,384 | 5/10/2019 | |
4.0.0-beta1 | 20,714 | 12/28/2018 | |
0.10.0 | 31,716 | 4/10/2020 | |
0.9.0 | 87,800 | 6/20/2018 | |
0.8.0 | 51,006 | 1/11/2018 | |
0.6.0 | 6,173 | 11/30/2017 | |
0.5.9 | 17,052 | 8/29/2017 | |
0.5.6 | 2,427 | 5/10/2017 | |
0.5.5-alpha | 1,712 | 5/8/2017 | |
0.5.4-alpha | 851 | 5/4/2017 |
Adding routines to get Azure AD profile for users in a conversation.
Adding helpers for Compose extensions