RxTelegram / RxTelegram.Bot

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

Home Page:https://www.rxtelegram.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RxTelegram.Bot

NuGet Downloads Quality Gate Status Coverage

RxTelegram.Bot supports Telegram Bot API 7.1 (as at February 16, 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.

About

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

https://www.rxtelegram.io/

License:MIT License


Languages

Language:C# 100.0%