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:
@@ -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 = {}
|
||||
|
Reference in New Issue
Block a user