From 10aae376f7dae843a5472cfc5c7083b4c032021d Mon Sep 17 00:00:00 2001 From: bodqhrohro Date: Mon, 16 Dec 2019 03:02:53 +0200 Subject: Catch timeout setting --- config/config.go | 1 + 1 file changed, 1 insertion(+) (limited to 'config') 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 -- cgit v1.2.3