2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-09-08 18:25:16 +00:00

Merge branch 'bot_token_arg' into session_storage

# Conflicts:
#	pyrogram/client/client.py
#	pyrogram/client/ext/base_client.py
#	pyrogram/client/ext/syncer.py
This commit is contained in:
bakatrouble
2019-02-22 01:59:21 +03:00
2 changed files with 17 additions and 5 deletions

View File

@@ -70,7 +70,7 @@ class BaseClient(SessionStorageMixin):
def __init__(self, session_storage: BaseSessionStorage):
self.session_storage = session_storage
self.bot_token = None
self.is_bot = False
self.rnd_id = MsgId
self.channels_pts = {}