NetTelebot 1.0.10

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

// Install NetTelebot as a Cake Tool
#tool nuget:?package=NetTelebot&version=1.0.10

Telegram bot API implementation on .NET framework

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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,564 11/27/2017
1.0.11 1,390 10/14/2017
1.0.10.1-beta 778 9/19/2017
1.0.10 1,078 9/6/2017
1.0.9.2-beta 780 8/30/2017
1.0.9.1-beta 1,022 8/20/2017
1.0.9 1,385 8/4/2017
1.0.8.1 1,097 7/19/2017
1.0.8 4,501 6/30/2017
1.0.7 2,650 7/26/2015
1.0.6 1,519 7/22/2015
1.0.5 1,306 7/5/2015
1.0.4 1,101 7/5/2015
1.0.3 1,079 7/5/2015
1.0.2 1,130 7/2/2015
1.0.1 1,095 7/2/2015
1.0.0 1,115 7/2/2015

- Added Venue type (as VenueInfo).
- Added SendVenue method.
- Added type IntegerResult.
- Added GetChatMembersCount method.
- Added IntegerResultObject.
- Change in method StopCheckUpdates(). Timer dispose and destroy.
- Add chek token on null in TelegramBotClient.
- Added type Voice (as VoiceInfo).
- Remove ChatGroupInfo and IConversationSource (obsolete)
- Added ChatInfoResult type for parse ChatInfo response.
- Added getChat method in TelegramBotClient.
- Added InlineKeyboardMarkup and InlineKeyboardButton.
- Added CallbackQueryInfo.
- Updated object update (parameters added)
- Added VideoNote (as VideoNoteInfo).
- Added new property VideoInfo in MessageInfo type.
- Mark property NewChatMember as obsolete.
- Added new property NewChatmembers in MessageInfo.
- Added property NewChatMembers to GetNewMessageInfo().
- Added enum Currencies.
- Added namespace NetTelebot.Type.Payment.
- Added type Invoice (as InvoiceInfo).
- Added enum Countries.
- Added ShippingAddress type (as ShippingAddressInfo)
- Added type OrderInfo (as OrderInfo).
- Added type SuccessfulPayment (SuccessfulPaymentInfo).
- Added namespace NetTelebot.Type.Game
- Added type Animation (as AnimationInfo).
- Added type Game (as GameInfo)
- Mark MeInfo and GetMe method as obsolete.
- Added method GetsMe and type UserInfoResult.