TelegramBotClient 1.0.0-pre-alpha-2

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

// Install TelegramBotClient as a Cake Tool
#tool nuget:?package=TelegramBotClient&version=1.0.0-pre-alpha-2&prerelease

Wrapper around Telegram Bot HTTP API.

There are no supported framework assets in this 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.0-pre-alpha-4 1,083 11/14/2016
1.0.0-pre-alpha-3 791 11/13/2016
1.0.0-pre-alpha-2 736 11/13/2016
1.0.0-pre-alpha-1 822 11/13/2016

First cut: data types + event based updates model.