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
Add ASP.NET Core project and enhance bot functionality
- Updated solution to include `TelegramBot.AspNetCoreTest`.
- Improved bot controller registration in `ServiceCollectionExtensions.cs`.
- Enhanced method validation in `InlineQueryHandler.cs`.
- Added logging configuration in `appsettings.Development.json` and `appsettings.json`.
- Created `Program.cs` for ASP.NET Core application setup.
- Defined project structure in `TelegramBot.AspNetCoreTest.csproj`.
- Added HTTP request file for API testing.
- Introduced `WeatherForecast.cs` model for weather data.
- Implemented `CounterController.cs` and `PhoneController.cs` for bot commands.
- Added `WeatherForecastController.cs` for weather forecast API endpoint.