TelegramBotBase 1.5.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package TelegramBotBase --version 1.5.2
NuGet\Install-Package TelegramBotBase -Version 1.5.2
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="1.5.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TelegramBotBase --version 1.5.2
#r "nuget: TelegramBotBase, 1.5.2"
#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=1.5.2

// Install TelegramBotBase as a Cake Tool
#tool nuget:?package=TelegramBotBase&version=1.5.2
  • added a custom exception for maximum length messages, saves to time to sent to API
  • added a constants file, for have constants to work with
  • catching maximum message length
  • Added simple Markdown/HTML Generator
  • added some forms to obsolete, cause their use is bad for ram management
Product Compatible and additional computed target framework versions.
.NET Framework net451 is compatible.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on TelegramBotBase:

Package Downloads
TelegramBotBase.Extensions.Images

This is an extension for sending Bitmap/Images via TelegramBotBase.

TelegramBotBase.Extensions.Serializer.Database.MSSQL

A session serializer for Microsoft SQL Server.

TelegramBotBase.Extensions.Serializer.Database.PostgreSql

A session serializer for PostgreSQL Server.

TelegramBotBase.Extensions.Images.IronSoftware

This is an extension for sending Bitmap/Images platform independent by using IronSoftware's drawing library via TelegramBotBase.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on TelegramBotBase:

Repository Stars
MajMcCloud/TelegramBotFramework
This is a context based application framework for the C# TelegramBot library.
Version Downloads Last updated
6.5.0-preview.1 46 3/10/2024
6.4.1 198 3/10/2024
6.4.0-preview.4 61 1/24/2024
6.4.0-preview.3 48 1/24/2024
6.4.0-preview.2 43 1/24/2024
6.4.0-preview.1 69 12/26/2023
6.3.4 309 1/31/2024
6.3.3 231 1/30/2024
6.3.2 239 1/28/2024
6.3.1 240 1/24/2024
6.3.0 483 12/26/2023
6.3.0-preview.2 90 12/9/2023
6.3.0-preview.1 55 12/7/2023
6.2.0 450 12/6/2023
6.1.1-alpha 378 11/26/2023
6.1.0-alpha 521 9/29/2023
6.0.0 942 9/13/2023
6.0.0-preview.2 71 9/11/2023
6.0.0-preview.1 65 9/9/2023
5.3.1-alpha 764 6/4/2023
5.3.0 688 8/25/2023
5.3.0-alpha 530 6/4/2023
5.2.3-alpha 717 1/27/2023
5.2.2-alpha 737 1/23/2023
5.2.1-alpha 576 1/21/2023
5.2.0 1,137 11/23/2022
5.1.4-alpha 585 10/9/2022
5.1.3-alpha 580 9/21/2022
5.1.2-alpha 560 9/1/2022
5.1.1-alpha 538 8/29/2022
5.1.0-alpha 598 5/15/2022
5.0.14-alpha 615 1/5/2022
5.0.13-alpha 595 1/4/2022
5.0.12-alpha 611 12/25/2021
5.0.11-alpha 606 12/25/2021
5.0.10-alpha 575 12/25/2021
5.0.9-alpha 604 12/19/2021
5.0.8-alpha 606 12/17/2021
5.0.7-alpha 630 12/16/2021
5.0.6-alpha 617 12/16/2021
5.0.5-alpha 593 12/6/2021
5.0.4-alpha 1,677 11/28/2021
5.0.3-alpha 1,755 11/28/2021
5.0.2-alpha 2,458 11/26/2021
5.0.1-alpha 621 11/10/2021
5.0.0 1,418 1/10/2022
4.0.2 857 10/17/2021
4.0.1 1,074 10/1/2021
4.0.0 809 8/13/2021
3.3.0 1,259 2/28/2021
3.2.3 964 12/4/2020
3.2.2 879 10/22/2020
3.2.1 1,116 9/6/2020
3.2.0 933 9/6/2020
3.1.1 1,191 5/4/2020
3.1.0 953 5/4/2020
3.0.0 978 4/9/2020
2.1.0 1,058 11/28/2019
2.0.0 1,023 9/28/2019
1.5.2 984 9/17/2019
1.5.1 1,023 8/23/2019
1.5.0 1,027 7/15/2019
1.4.3 996 6/26/2019
1.4.2 1,004 6/22/2019
1.4.1 1,101 5/4/2019
1.4.0 1,081 3/27/2019
1.3.1.2 1,066 3/20/2019
1.3.1.1 1,027 3/20/2019
1.3.1 1,069 3/20/2019
1.3.0 1,020 3/18/2019
1.2.1 1,068 2/22/2019
1.2.0 1,074 2/22/2019
1.1.2 1,090 2/21/2019
1.1.1 1,102 2/21/2019
1.1.0 1,376 2/20/2019

This is a context based application framework for the C# TelegramBot library.