alik0211 / mtproto-core

Telegram API JS (MTProto) client library for Node.js and browser
https://mtproto-core.js.org
GNU General Public License v3.0
631 stars 117 forks source link

Receiving PASSWORD_HASH_INVALID #255

Open jesse-bonzo opened 2 years ago

jesse-bonzo commented 2 years ago

I created a simple react app to see if I could log in to Telegram using mtproto-core. I mostly followed the examples given, but I can't get passed the "checkPassword" step. I get "PASSWORD_HASH_INVALID" for my account. I've attached the project (minus my app id and hash). Is there something I've missed?

kelegram.zip