From 699d75552abf35b243e9f589b24c7d880a8c7423 Mon Sep 17 00:00:00 2001 From: Bohdan Horbeshko Date: Wed, 9 Mar 2022 14:15:56 -0500 Subject: Move downloaded files to a permanent location --- config/config.go | 1 + 1 file changed, 1 insertion(+) (limited to 'config') 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 -- cgit v1.2.3