diff options
| author | MadrinX <rahian1379@gmail.com> | 2024-10-17 11:59:42 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-17 11:59:42 +0300 |
| commit | f1f813269c1c7814c36c6b7482367a4d1c696beb (patch) | |
| tree | 9880ea828a26750cb0ffe8637c6249d482a8e986 /web/assets | |
| parent | a23f3904026f5a3f0094ca37047752f28552c35e (diff) | |
feat(tgbot): Add the option to change the telegram API server (#2584)
Diffstat (limited to 'web/assets')
| -rw-r--r-- | web/assets/js/model/setting.js | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
