Gleb Kochergin
Gleb Kochergin
> What about Yep, seems nice. I thought ```getTypeInfo``` recieves node as argument, but it recieves a type, so user already has it, no need to include.
> Sadly to get all the model members an actual instance is required due to lazy instantiation, so the best that can be done is getting the props So ```modelPropertyMembers```...
BTW, internally we use same ```cloneAndEnhance``` for ```compose``` as for ```props```/```actions```/```views``` etc. The question is: will we include types, generated by ```actions```/```views``` etc. calls into ```subTypes``` or only ```compose``` ones?
Same issue here, neither phone code nor QR code flows save from this. Approximately 10-20 seconds after logging in (as user, not bot), all other sessions on any devices are...
Unfortinately, the guess was wrong. I made the second acocunt and launched the application on it's behalf (apiId/apiHash). After that I tried to login via the first account - the...
Running on the same machine "a random OSS telgram web client using gramjs under the hood" (same apiId/apiHash) - works like a charm. It seems like running an application in...
Ок, due to severe login limits per day (5 times within 24h), I had to break the golden rule and combine multiple fixes at once, so i'm not 100% sure,...
After being able to experiment more, it seems like **setting** `deviceModel`, + `systemVersion` + `appVersion` **to something meaningfull solves the session termination problem**. Could even log in with the same...