mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-08 21:10:29 +00:00
Fix **kwargs not being passed to TelegramBareClient
This commit is contained in:
@@ -103,7 +103,8 @@ class TelegramClient(TelegramBareClient):
|
|||||||
proxy=proxy,
|
proxy=proxy,
|
||||||
update_workers=update_workers,
|
update_workers=update_workers,
|
||||||
spawn_read_thread=spawn_read_thread,
|
spawn_read_thread=spawn_read_thread,
|
||||||
timeout=timeout
|
timeout=timeout,
|
||||||
|
**kwargs
|
||||||
)
|
)
|
||||||
|
|
||||||
# Some fields to easy signing in
|
# Some fields to easy signing in
|
||||||
|
Reference in New Issue
Block a user