aboutsummaryrefslogtreecommitdiff
path: root/telegram/client.go
diff options
context:
space:
mode:
Diffstat (limited to 'telegram/client.go')
-rw-r--r--telegram/client.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/telegram/client.go b/telegram/client.go
index f15d07d..5e9dd9f 100644
--- a/telegram/client.go
+++ b/telegram/client.go
@@ -44,6 +44,7 @@ type Client struct {
parameters *client.TdlibParameters
logVerbosity client.Option
me *client.User
+ listener *client.Listener
xmpp *xmpp.Component
jid string
@@ -51,8 +52,7 @@ type Client struct {
content *config.TelegramContentConfig
cache *cache
- locks clientLocks
- online bool
+ locks clientLocks
}
type clientLocks struct {