diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-06-17 18:41:16 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-06-17 18:41:16 +0300 |
| commit | b833ed799237fee9b6ba0b74675b5d340025279b (patch) | |
| tree | 01faa0bd17ded6471eea9a2f7431e0bd06dc4c36 /web/entity | |
| parent | 5188d516e3a13e0cf4c04f8af653007983b16cb5 (diff) | |
new - tg Login Notification #584
Diffstat (limited to 'web/entity')
| -rw-r--r-- | web/entity/entity.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/entity/entity.go b/web/entity/entity.go index d5e90108..328af7b6 100644 --- a/web/entity/entity.go +++ b/web/entity/entity.go @@ -41,6 +41,7 @@ type AllSetting struct { TgBotChatId string `json:"tgBotChatId" form:"tgBotChatId"` TgRunTime string `json:"tgRunTime" form:"tgRunTime"` TgBotBackup bool `json:"tgBotBackup" form:"tgBotBackup"` + TgBotLoginNotify bool `json:"tgBotLoginNotify" form:"tgBotLoginNotify"` TgCpu int `json:"tgCpu" form:"tgCpu"` TgLang string `json:"tgLang" form:"tgLang"` XrayTemplateConfig string `json:"xrayTemplateConfig" form:"xrayTemplateConfig"` |
