Skip to content

Release 1.0.14

Choose a tag to compare

@bvdcode bvdcode released this 03 Aug 10:31
· 61 commits to main since this release
Add authorization for /help command and handler setup

- Updated `HomeController.cs` to include two new methods for handling the `/help` command, one authorized and one not.
- Modified `Program.cs` to include `TelegramBot.Extensions` namespace and use an authorization handler.
- Added `AuthorizationHandler.cs` to define `AuthorizationHandler` class implementing `IBotAuthorizationHandler` for user ID-based authorization.