Skip to content

Release 1.0.34

Choose a tag to compare

@bvdcode bvdcode released this 28 Jun 06:20
· 8 commits to main since this release
Refactor BotBuilder and enhance TelegramServerBuilder

- Added service registration for IHostApplicationLifetime in BotBuilder.cs to manage application lifetime events.
- Updated documentation for the BotBuilder constructor to clarify its intended use in ASP.NET Core applications.
- Removed previous registration of IHostApplicationLifetime, indicating a refactor of service registrations.
- Introduced UseConfiguration property in TelegramServerBuilder.cs to enhance configurability of the Telegram API base URL.