tofers
tofers
Sending error for request 2: error { code = 400 message = "Valid api_id must be provided. Can be obtained at https://my.telegram.org" }
I looked at other libraries and they also face authorization on the new version 1.8.6
I found a solution, it worked for me. True, it does not work through the fork of the repository. I had to replace the files. I do not understand why...
sorry forgot one thing node_modules/@airgram/core/AirgramCore.js case 'authorizationStateWaitTdlibParameters': { this.api.setTdlibParameters({ parameters: __assign({ _: 'tdlibParameters' }, utils_1.pick(this.config, tdlibOptions)) }).catch(this.handleError); break; } case 'authorizationStateWaitTdlibParameters': { this.api.setTdlibParameters( __assign({ _: 'tdlibParameters' }, utils_1.pick(this.config, tdlibOptions)) .catch(this.handleError);...
iOS 15.6 Normal The buttons were sent successfully and everything looks good in the browser in the web version. Only the phone itself is not so good. When you open...
IOS Business List not working. There are no errors in the console, it looks like it was sent, but this message is nowhere to be found Button. Only base button...
how much does the video weigh and what format does it have? This is most likely a bad video. In practice, I saw a lot of mp4 videos, but in...
I agree, this piece of code was an erroneous revision. I wrote about this earlier. Since PARING can hang all night and then, as the phone is online, it will...
If the client has enabled sleep on the phone, then as a result this session will not connect and will fall out in auth_failure
This will require an additional cycle. Moreover, the last message is always available when loading dialogs with the last message id parameter, which is not available in the final dialog...