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

Add bot_token argument (closes #123)

This commit is contained in:
bakatrouble
2019-02-22 01:34:08 +03:00
parent 567e9611df
commit 5cc9a452eb
3 changed files with 22 additions and 6 deletions

View File

@@ -68,7 +68,7 @@ class BaseClient:
}
def __init__(self):
self.bot_token = None
self.is_bot = False
self.dc_id = None
self.auth_key = None
self.user_id = None