mirror of
https://github.com/pyrogram/pyrogram
synced 2025-09-05 08:45:13 +00:00
Set correct type hint
This commit is contained in:
@@ -87,7 +87,7 @@ class Session:
|
||||
test_mode: bool,
|
||||
proxy: type,
|
||||
auth_key: bytes,
|
||||
api_id: str,
|
||||
api_id: int,
|
||||
is_cdn: bool = False,
|
||||
client: pyrogram = None):
|
||||
if not Session.notice_displayed:
|
||||
|
Reference in New Issue
Block a user