* README tweaks

This commit is contained in:
2025-08-02 03:36:48 +04:00
parent 7d1ce6ea22
commit 692f0e0875
3 changed files with 11 additions and 5 deletions
+5 -1
View File
@@ -40,7 +40,6 @@ using Telegrator.Hosting.Web;
TelegramBotWebHostBuilder builder = TelegramBotWebHost.CreateBuilder(new TelegramBotWebOptions()
{
Args = args,
WebhookUri = "https://you-public-host.ru/bot"
ExceptIntersectingCommandAliases = true
});
@@ -66,6 +65,11 @@ telegramBot.Run();
"TelegramBotClientOptions": {
"Token": "YOUR_BOT_TOKEN"
}
"TelegratorWebOptions": {
"WebhookUri" = "https://you-public-host.ru/bot",
"DropPendingUpdates": true
}
}
```