You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.