TelegramBotBase 5.2.0

.NET 5.0 .NET Core 3.1 .NET Standard 2.0
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package TelegramBotBase --version 5.2.0
NuGet\Install-Package TelegramBotBase -Version 5.2.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="TelegramBotBase" Version="5.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TelegramBotBase --version 5.2.0
#r "nuget: TelegramBotBase, 5.2.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install TelegramBotBase as a Cake Addin
#addin nuget:?package=TelegramBotBase&version=5.2.0

// Install TelegramBotBase as a Cake Tool
#tool nuget:?package=TelegramBotBase&version=5.2.0
  • renaming SessionBase to SessionManager
  • sealing SessionManager class
  • making BotBase constructor internal
  • making BotBase.Start and BotBase.Stop async
  • adding DependencyInjection factory
  • making MessageSent event async
  • moving MessageLoops from TBB.Factories Namespace to TBB.MessageLoops
  • adding FullMessageLoop which does accept all incomming messages
  • replacing BotCommands with BotCommandsScope to allow different command types
  • fixing error on InvokeMessageLoop
  • fixing MessageResult with having no MessageClient
Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 is compatible. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on TelegramBotBase:

Package Downloads
TelegramBotBase.Extensions.Images

Extends the base package with some additional image methods like SendPhoto (with Bitmap)

TelegramBotBase.Extensions.Serializer.Database.MSSQL

A session serializer for Microsoft SQL Server.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.3.1-alpha 26 6/4/2023
5.3.0-alpha 30 6/4/2023
5.2.3-alpha 244 1/27/2023
5.2.2-alpha 206 1/23/2023
5.2.1-alpha 83 1/21/2023
5.2.0 514 11/23/2022
5.1.4-alpha 90 10/9/2022
5.1.3-alpha 85 9/21/2022
5.1.2-alpha 79 9/1/2022
5.1.1-alpha 76 8/29/2022
5.1.0-alpha 111 5/15/2022
5.0.14-alpha 125 1/5/2022
5.0.13-alpha 107 1/4/2022
5.0.12-alpha 114 12/25/2021
5.0.11-alpha 104 12/25/2021
5.0.10-alpha 106 12/25/2021
5.0.9-alpha 116 12/19/2021
5.0.8-alpha 135 12/17/2021
5.0.7-alpha 126 12/16/2021
5.0.6-alpha 117 12/16/2021
5.0.5-alpha 124 12/6/2021
5.0.4-alpha 1,195 11/28/2021
5.0.3-alpha 1,282 11/28/2021
5.0.2-alpha 1,921 11/26/2021
5.0.1-alpha 129 11/10/2021
5.0.0 876 1/10/2022
4.0.2 374 10/17/2021
4.0.1 585 10/1/2021
4.0.0 306 8/13/2021
3.3.0 685 2/28/2021
3.2.3 388 12/4/2020
3.2.2 341 10/22/2020
3.2.1 541 9/6/2020
3.2.0 376 9/6/2020
3.1.1 643 5/4/2020
3.1.0 399 5/4/2020
3.0.0 418 4/9/2020
2.1.0 464 11/28/2019
2.0.0 463 9/28/2019
1.5.2 464 9/17/2019
1.5.1 466 8/23/2019
1.5.0 470 7/15/2019
1.4.3 464 6/26/2019
1.4.2 468 6/22/2019
1.4.1 532 5/4/2019
1.4.0 514 3/27/2019
1.3.1.2 507 3/20/2019
1.3.1.1 503 3/20/2019
1.3.1 508 3/20/2019
1.3.0 483 3/18/2019
1.2.1 538 2/22/2019
1.2.0 533 2/22/2019
1.1.2 535 2/21/2019
1.1.1 533 2/21/2019
1.1.0 754 2/20/2019

- Dependency update. Removing .Net Framework target and replacing with .Net Standard 2.0