diff options
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 bcd493e..dad6706 100644 --- a/config/config.go +++ b/config/config.go @@ -54,6 +54,7 @@ type TelegramTdlibClientConfig struct { ApplicationVersion string `yaml:":application_version"` UseChatInfoDatabase bool `yaml:":use_chat_info_database"` UseSecretChats bool `yaml:":use_secret_chats"` + CatchTimeout int64 `yaml:":catch_timeout"` } // ReadConfig reads the specified config file, validates it and returns a struct |