Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
add get_contacts_hash #24
Conversation
|
Thanks! This will come in handy when Pyrogram will persistently save contacts on disk, but this algorithm looks a bit different than the one I saw. Where did you take this from? |
|
Also, I don't like having @staticmethods inside the Client class this way. This method and probably some others too will face a refactor and will be moved to something like a utils.py module |
|
if you are talking about
or something similar, it was not working for me. i got the algorithm from https://github.com/DrKLO/Telegram |
No description provided.