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/entity/entity.go | 1 + 1 file changed, 1 insertion(+) (limited to 'web/entity') 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"` -- cgit v1.2.3