Alexandr Shubin
Alexandr Shubin
Same for me. Tried 5 different base64 libraries. I thought it was an encoding issue. There is a difference between base64 and base64url. I was happy when I read the...
I've login successfully :) The problem was in the "test: true" MTProto param. I removed the "test: true" and telegram app successfully login me with QR code And it's ok...
@mrsum I used Nestjs framework for my telegram client implementation. Not sure it will be relevant to anybody because of the application specific code. But I can share some parts...
Try ```js import * as MTProto from '@mtproto/core/envs/node'; ``` import * is an equivalent for require.