We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
if response is vector it throws this error
File "/root/LL-mtproto-master/ll_mtproto/tl/tl.py", line 229, in deserialize raise ValueError(f"Unknown constructor {hex(int.from_bytes(cons_number, 'little'))}") ValueError: Unknown constructor 0x1cb5c415
The text was updated successfully, but these errors were encountered:
could you tell me how I can reproduce it.
Sorry, something went wrong.
for example
peer = await session.rpc_call( { "_cons": "users.getUsers", "id": [{ "_cons": "inputUser", "user_id": 234480941, "access_hash": -5728477102971232701, }],}) print(peer)
you may also test this method that has vector response messages.getDialogFilters#f19ed96d = Vector<DialogFilter>;
messages.getDialogFilters#f19ed96d = Vector<DialogFilter>;
3090651
No branches or pull requests
if response is vector it throws this error
The text was updated successfully, but these errors were encountered: