* Fixed wrong UseTelegrator method using in web host

* Fixed HostedUpdateWebhooker service discovery
This commit is contained in:
2026-03-15 19:21:32 +04:00
parent ee78703cd1
commit ba772f3f7c
5 changed files with 7 additions and 5 deletions
@@ -94,7 +94,7 @@ public class TelegramBotWebHostBuilder : ITelegramBotHostBuilder
public TelegramBotWebHost Build()
{
TelegramBotWebHost host = new TelegramBotWebHost(_innerBuilder);
host.UseTelegrator();
host.UseTelegratorWeb();
return host;
}