NetTelebot 1.0.8
See the version list below for details.
dotnet add package NetTelebot --version 1.0.8
NuGet\Install-Package NetTelebot -Version 1.0.8
<PackageReference Include="NetTelebot" Version="1.0.8" />
paket add NetTelebot --version 1.0.8
#r "nuget: NetTelebot, 1.0.8"
// Install NetTelebot as a Cake Addin #addin nuget:?package=NetTelebot&version=1.0.8 // Install NetTelebot as a Cake Tool #tool nuget:?package=NetTelebot&version=1.0.8
Telegram bot API implementation on .NET framework
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
.NETFramework 4.0
- Newtonsoft.Json (>= 10.0.3)
- RestSharp (>= 105.2.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.12 | 1,638 | 11/27/2017 |
1.0.11 | 1,418 | 10/14/2017 |
1.0.10.1-beta | 798 | 9/19/2017 |
1.0.10 | 1,099 | 9/6/2017 |
1.0.9.2-beta | 801 | 8/30/2017 |
1.0.9.1-beta | 1,050 | 8/20/2017 |
1.0.9 | 1,418 | 8/4/2017 |
1.0.8.1 | 1,122 | 7/19/2017 |
1.0.8 | 4,526 | 6/30/2017 |
1.0.7 | 2,680 | 7/26/2015 |
1.0.6 | 1,552 | 7/22/2015 |
1.0.5 | 1,334 | 7/5/2015 |
1.0.4 | 1,127 | 7/5/2015 |
1.0.3 | 1,104 | 7/5/2015 |
1.0.2 | 1,155 | 7/2/2015 |
1.0.1 | 1,118 | 7/2/2015 |
1.0.0 | 1,142 | 7/2/2015 |
* Added parameters parse mode and disable notification to send message method
* Added parameter disable_notification in SendPhoto method.
* Added parameter AudoInfo (Audio type) to MessageInfo().Parse
* Removed the file_size parameter from VideoInfo (object video file), as it is not provided for in the API documentation
* Added parameters according to the API documentation for the Forward Message method
* Added parameters according to the API documentation for the SendAudio method
* Added parameters according to the API documentation for the SendSticker method
* Added parameters according to the API documentation for the SendVideo method
* Added parameters according to the API documentation for the SendLocation method
* Added parameters according to the API documentation for the ChatActions
* Fixed NullReferenceException occurring when accessing nonexistent fields MessageInfoResult
* Updated Newtonsoft.Json and RestSharp package to latest version