zerobias / telegram-mtproto

Telegram client api (MTProto) library
MIT License
617 stars 136 forks source link

add ability to call "auth.sendCode" and "auth.signIn" from different instances of telegram-mtproto #223

Closed AlekseiBuzlov closed 5 years ago

AlekseiBuzlov commented 5 years ago

add ability to call "auth.sendCode" and "auth.signIn" from different instances of telegram-mtproto

for example i trying to use them at different REST route handlers. First, i'm trying to get the code in one route handler and trying to signIn in another