Info
Version: | 22.6.0 |
Author(s): | RoundRobin, Poulad |
Last Update: | Thursday, July 3, 2025 |
.NET Fiddle: | Online Example |
Project Url: | https://github.com/TelegramBots/Telegram.Bot |
NuGet Url: | https://www.nuget.org/packages/Telegram.Bot |
Install
Install-Package Telegram.Bot
dotnet add package Telegram.Bot
paket add Telegram.Bot
Telegram.Bot Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- Newtonsoft.Json(>= 11.0.2)
- System.Net.Requests(>= 4.3.0)
- NETStandard.Library(>= 1.6.1)
- Newtonsoft.Json(>= 11.0.2)
- System.Net.Requests(>= 4.3.0)
Tags
Release Notes:
- Bot API 9.1 (https://core.telegram.org/bots/api#july-3-2025)
- ReplyParameters(Message) supports null
- Fix MessageLink() for non-topics group
- TransferGift: fix type for newOwnerChatId
- Sealed some internal types for performance
- faster IsServiceMessage.