zerobias / telegram-mtproto

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

Errors on different actions #164

Closed terrasoff closed 6 years ago

terrasoff commented 6 years ago

I use telegram-mtproto@3.0.6 (cuz on 3.1.22 all my requests hang/don't work). Some actions works. I can (for the instance):

Bus some actions don't work, like

I fill all parameters according documentation for (current) layer 23. And each time i get same error Error undefined undefined 2 2

How to debug it and figure out what is an error, how to fix it?

OwnageIsMagic commented 6 years ago

Layer 23 is outdated as all of the official docs Search for layer in issues of this repo

terrasoff commented 6 years ago

@OwnageIsMagic would be great to provide some links here if you know certain issues. Otherwise i'll find it later manually and leave it here. Thanks for clarifications!