feat(tgbot): Add the option to change the telegram API server (#2584)

This commit is contained in:
MadrinX
2024-10-17 12:29:42 +03:30
committed by GitHub
parent a23f390402
commit f1f813269c
16 changed files with 73 additions and 19 deletions

View File

@@ -16,6 +16,7 @@ class AllSetting {
this.tgBotEnable = false;
this.tgBotToken = "";
this.tgBotProxy = "";
this.tgBotAPIServer = "";
this.tgBotChatId = "";
this.tgRunTime = "@daily";
this.tgBotBackup = false;