From f1f813269c1c7814c36c6b7482367a4d1c696beb Mon Sep 17 00:00:00 2001 From: MadrinX Date: Thu, 17 Oct 2024 12:29:42 +0330 Subject: feat(tgbot): Add the option to change the telegram API server (#2584) --- web/assets/js/model/setting.js | 1 + 1 file changed, 1 insertion(+) (limited to 'web/assets') diff --git a/web/assets/js/model/setting.js b/web/assets/js/model/setting.js index b73d6008..6282518c 100644 --- a/web/assets/js/model/setting.js +++ b/web/assets/js/model/setting.js @@ -16,6 +16,7 @@ class AllSetting { this.tgBotEnable = false; this.tgBotToken = ""; this.tgBotProxy = ""; + this.tgBotAPIServer = ""; this.tgBotChatId = ""; this.tgRunTime = "@daily"; this.tgBotBackup = false; -- cgit v1.2.3