rubenlagus / TelegramApi

Java library to create Telegram Clients
MIT License
296 stars 108 forks source link

UPDATE_APP_TO_LOGIN 406 #102

Open bogdanspbm opened 9 months ago

bogdanspbm commented 9 months ago

Since TDLib uses LONG in ID I think this library needs an update.

doRpcCallNonAuth(TLRequestAuthSignIn) return's RpcException: UPDATE_APP_TO_LOGIN 406 if I use new registered account. For old account API works well.