diff options
author | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2022-03-09 22:15:56 +0300 |
---|---|---|
committer | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2022-03-09 22:15:56 +0300 |
commit | 699d75552abf35b243e9f589b24c7d880a8c7423 (patch) | |
tree | 2d2ab7a5082fcd7235504dc74170c14b0bb2cc84 /config/config.go | |
parent | 4307f85a048e7f6783f112b9f243588e305a16fc (diff) |
Move downloaded files to a permanent location
Diffstat (limited to 'config/config.go')
-rw-r--r-- | config/config.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.go b/config/config.go index 8c7cc9b..e88142f 100644 --- a/config/config.go +++ b/config/config.go @@ -38,6 +38,7 @@ type TelegramContentConfig struct { Path string `yaml:":path"` Link string `yaml:":link"` Upload string `yaml:":upload"` + User string `yaml:":user"` } // TelegramTdlibConfig is for :tdlib: subtree |