Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMadrinX <rahian1379@gmail.com>2024-10-17 11:59:42 +0300
committerGitHub <noreply@github.com>2024-10-17 11:59:42 +0300
commitf1f813269c1c7814c36c6b7482367a4d1c696beb (patch)
tree9880ea828a26750cb0ffe8637c6249d482a8e986 /web/entity
parenta23f3904026f5a3f0094ca37047752f28552c35e (diff)
feat(tgbot): Add the option to change the telegram API server (#2584)
Diffstat (limited to 'web/entity')
-rw-r--r--web/entity/entity.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/entity/entity.go b/web/entity/entity.go
index 7e00fbf3..12206340 100644
--- a/web/entity/entity.go
+++ b/web/entity/entity.go
@@ -30,6 +30,7 @@ type AllSetting struct {
TgBotEnable bool `json:"tgBotEnable" form:"tgBotEnable"`
TgBotToken string `json:"tgBotToken" form:"tgBotToken"`
TgBotProxy string `json:"tgBotProxy" form:"tgBotProxy"`
+ TgBotAPIServer string `json:"tgBotAPIServer" form:"tgBotAPIServer"`
TgBotChatId string `json:"tgBotChatId" form:"tgBotChatId"`
TgRunTime string `json:"tgRunTime" form:"tgRunTime"`
TgBotBackup bool `json:"tgBotBackup" form:"tgBotBackup"`