karb0f0s
karb0f0s
Consider capturing exceptions in Event Handler and forwarding them to Error Handler.
# [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...
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...
We can keep track of related Bot Frameworks and accept new submissions in comments to this issue. | Repository | | |:-|-| |https://github.com/wiz0u/YourEasyBot|[](https://github.com/wiz0u/YourEasyBot)| |https://github.com/TgBotFramework/TgBotFramework|[](https://github.com/TgBotFramework/TgBotFramework)| |https://github.com/immmdreza/FlamingoFramework|[ 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...
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...