How to start a custom service in startup with dependency injection – Telegram API
How can I start a custom made service class from startup.cs in ASP.NET Core that needs dependency injection? The service I use is a Telegram Message service that uses a few websockets with incoming data. My service: public class TelegramService…