karb0f0s

Results 30 issues of karb0f0s

#1117

✨ feature

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

✨ feature
💬 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

Merge [Telegram.Bot.Extensions.Passport](https://github.com/TelegramBots/Telegram.Bot.Extensions.Passport) to the main repo. If I remember correctly, we put it into separate repo because at the time main repo used .Net Standard 1.3 and Passport required some...

✨ feature
⏸ On hold

We can keep track of related Bot Frameworks and accept new submissions in comments to this issue. | Repository | | |:-|-| |https://github.com/wiz0u/YourEasyBot|[![Star on GitHub](https://img.shields.io/github/stars/wiz0u/YourEasyBot.svg?style=social)](https://github.com/wiz0u/YourEasyBot)| |https://github.com/TgBotFramework/TgBotFramework|[![Star on GitHub](https://img.shields.io/github/stars/TgBotFramework/TgBotFramework.svg?style=social)](https://github.com/TgBotFramework/TgBotFramework)| |https://github.com/immmdreza/FlamingoFramework|[![Star on...

📖 docs

[promoteChatMember](https://core.telegram.org/bots/api#promotechatmember) method has subset of options, related only to specific chat types: _`can_pin_messages` - ... supergroups only_, _`can_edit_messages` - ... channels only_. Maybe we can add overloaded methods with specific...

✨ feature
💬 discussion

Consider adding code coverage in CI pipeline. .Net Core is able to [produce cross-platform](https://github.com/microsoft/vstest/issues/981#issuecomment-839500012) code-coverage reports and Azure DevOps is able to [display coverage](https://docs.microsoft.com/en-us/azure/devops/pipelines/test/review-code-coverage-results?view=azure-devops) information. This could help to identify...

✨ feature