NonProjects / tgbox

Encrypted cloud storage Protocol based on Telegram
https://tgbox.readthedocs.io/
GNU Lesser General Public License v2.1
34 stars 4 forks source link

Independence from Telegram #10

Closed NotStatilko closed 2 years ago

NotStatilko commented 2 years ago

We need to implement a bunch of things:

NotStatilko commented 2 years ago

All of this can be done via TelegramClient class of Telethon library, devs can access it from TelegramAccount, i.e ta.TelegramClient or erb.ta.TelegramClient.

No reason to repeat well tested functions.