-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
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
json unmarshal loss field value #86
Comments
and message type is updateNewMessage |
this is the code
|
I can't get e.Type |
the issue is in the code generator. I actually re-wrote the entire codegen and parser parts but they're private for now (I'm planning on open-sourcing it) |
when I receive a message from tdlib,I saw the original string contains textEntityTypeTextUrl,but when I use tdlib.UpdateNewMessage to umarshal it,I can't find which field contains textEntityTypeTextUrl,so any one could help
The text was updated successfully, but these errors were encountered: