Telegram.Bot
Telegram.Bot copied to clipboard
.NET Client for Telegram Bot API
Consider capturing exceptions in Event Handler and forwarding them to Error Handler.
## Summary This PR introduces 2 source generators that generate the classes for Types and Requests folders. Also it brings an API parser app. ### API parser It produces a...
It confuses people more than help them. Nobody ever wants to send a nameless file without an extension defining the type. Additionally, you could make the fileName parameter mandatory (no...
# [Bot API 6.1](https://core.telegram.org/bots/api#june-20-2022) ## Media in Descriptions - Added support for photos and videos in the 'What can this bot do?' section (shown on the bot's start screen). Use...
We can ship middleware/extension method to validate [`secret_token`](https://core.telegram.org/bots/api#setwebhook) in ASP.NET Core applications. > If you'd like to make sure that the webhook was set by you, you can specify secret...
Hi there. Currently, whenever an update comes in, for example, you need to check the value of the `update.Type` property and then use the corresponding property on the `update` object...
In all current implementations if errors are caught during polling process (e.g. from my experience `502` is received quite often) all pollers will bombard Telegram servers indefinitely. Something is needed...