diff options
Diffstat (limited to 'config')
-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 e88142f..7c685fb 100644 --- a/config/config.go +++ b/config/config.go @@ -39,6 +39,7 @@ type TelegramContentConfig struct { Link string `yaml:":link"` Upload string `yaml:":upload"` User string `yaml:":user"` + Quota string `yaml:":quota"` } // TelegramTdlibConfig is for :tdlib: subtree |