Telegram.Bot icon indicating copy to clipboard operation
Telegram.Bot copied to clipboard

.NET Client for Telegram Bot API

Results 80 Telegram.Bot issues
Sort by recently updated
recently updated
newest added

Consider capturing exceptions in Event Handler and forwarding them to Error Handler.

✨ feature
💬 discussion

## 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...

💬 discussion

# [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...

✨ feature

`Animation` is missing as one of valid `MessageType`s.

✨ feature

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...

✨ feature

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...

Needs: Author Feedback

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...

✨ feature
enhancement