mirror of
https://github.com/SlavikMIPT/tgcloud.git
synced 2025-02-12 19:22:29 +00:00
Merge branch 'master' of github.com:SlavikMIPT/tgcloud
This commit is contained in:
commit
d6931fd9d9
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,7 @@
|
||||||
# tgcloud
|
# tgcloud
|
||||||
Opensourse Telegram based cloud storage
|
Opensourse Telegram based cloud storage
|
||||||
using:
|
using:
|
||||||
from telegram_client_x import TelegramClientX
|
|
||||||
client = TelegramClientX(entity, api_id, api_hash, update_workers=None, spawn_read_thread=True)
|
### from telegram_client_x import TelegramClientX
|
||||||
client.set_upload_threads_count(24)
|
### client = TelegramClientX(entity, api_id, api_hash, update_workers=None, spawn_read_thread=True)
|
||||||
|
### client.set_upload_threads_count(24)
|
||||||
|
|
Loading…
Reference in a new issue