aboutsummaryrefslogtreecommitdiff
path: root/telegram/client.go
diff options
context:
space:
mode:
Diffstat (limited to 'telegram/client.go')
-rw-r--r--telegram/client.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/telegram/client.go b/telegram/client.go
index 133f1e6..2acd75e 100644
--- a/telegram/client.go
+++ b/telegram/client.go
@@ -52,6 +52,7 @@ type Client struct {
Session *persistence.Session
content *config.TelegramContentConfig
cache *cache
+ online bool
locks clientLocks
}