/RxTelegram.Bot

RxTelegram is a C# implementation for the telegram bot api. It uses a reactive approach to make updates available for the user.

Primary LanguageC#MIT LicenseMIT

RxTelegram.Bot

NuGet Downloads Quality Gate Status Coverage

RxTelegram.Bot supports Telegram Bot API 7.4 (as at May 28, 2024).

This is a reactive designed .NET Library for the Telegram Bot API. It works with the official Reactive Extentions.

Examples

Example bot implementations can be found at RxTelegram.Bot.Examples.

Changelog

To see all the changes in a release, please visit the official changelog.

Versioning

Major and minor versions always follow the telegram bot API versioning. Patch version changes indicate a bug fix in RxTelegram.Bot.

For example, version 7.0.3 is compatible with Telegram Bot API 7.0 and is the third patch of RxTelegram.Bot.