Skip to content

Release 1.0.32

Choose a tag to compare

@bvdcode bvdcode released this 28 Jun 02:35
· 10 commits to main since this release
Refactor BotApp and introduce TelegramBotHostedService

Significantly refactored the BotApp class to remove direct dependencies on the Telegram.Bot client, now utilizing a BotControllerMethodsContainer for managing controller methods. Introduced the TelegramBotHostedService to handle the bot's lifecycle and update processing. Updated the BotBuilder class to reflect these changes, including renaming the service addition method for clarity. Overall, these modifications enhance modularity, maintainability, and separation of concerns within the codebase.