Libraries for creating Telegram Bots


Keywords
License
MIT
Install
Install-Package Telegram.Bot.Common -Version 1.0.10

Documentation

Telegram.Bot.Common

NuGet NuGet Repo size

Build status Tests Code coverage

Library for easily creating Telegram Bots using ASP.NET Core

Installing Telegram.Bot.Common

You should install Telegram.Bot.Common with NuGet:

Install-Package Telegram.Bot.Common

Or via the .NET Core command line interface:

dotnet add package Telegram.Bot.Common