Skip to content

Commit 6d0ac30

Browse files
authored
Update README.md
1 parent 3b4287f commit 6d0ac30

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212

1313
Ready-to-use **.NET Standard** library for convenient development of Telegram bots.
1414

15+
> TelegramBot.NET is a production-ready .NET Standard library for building Telegram bots using an architecture familiar to ASP.NET Core developers. It allows you to define message handlers as controllers, inject services via dependency injection, and reply with rich content like text, Markdown, or inline keyboards. Setup is minimal: add your bot token, implement a controller, and you're ready to go. The library supports clean CI/CD with Docker and GitHub Actions and is available on NuGet under the MIT license.
16+
1517
# Purposes
1618

1719
Many people know the ASP.NET Core platform and its convenience for developing web API applications.

0 commit comments

Comments
 (0)