1343322562
1343322562
> You can enable TDLib logs using `options.logVerbosityLevel=4` to see, what exactly happens with the request. Likely, it can't reach Telegram servers. I think so, but i don't know how...
> What app do you use? Are you referring to VPN app? or programming language? i use to tdweb in javascript. The VPN app is Clash
yes. It comes from 'https://github.com/evgeny-nadymov/telegram-react.git', an example of tdweb
> Then, you can add the parameter `verbosity=4` to the URL, but `telegram-react` uses a very old TDLib version and will not be able to log in anyway now. The...
> Then, you can add the parameter `verbosity=4` to the URL, but `telegram-react` uses a very old TDLib version and will not be able to log in anyway now. I...
> Then, you can add the parameter `verbosity=4` to the URL, but `telegram-react` uses a very old TDLib version and will not be able to log in anyway now. How...
> You can build TDLib for web yourself following https://github.com/tdlib/td/tree/master/example/web, but then you will need to update the telegram-react code to support all changes in TDLib API, and there were...