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
Describe the bug Error of deserealization on execution of GetChat method (I suppose it affects UserChats with users who has custom emoji status).
Caused by: com.fasterxml.jackson.databind.exc.InvalidFormatException: Cannot deserialize value of type java.lang.Boolean from String "5406611098285650804": only "true" or "false" recognized at [Source: (String)"{"ok":true,"result":{"id":522002143,"first_name":"gmanka","username":"gmankab","type":"private","active_usernames":["gmankab"],"bio":"@gmanka | @gmankachat | @gmankaus | @gmankaus_chat | @gmanka_sh | github.com/gmankab","photo":{"small_file_id":"AQADAgADzqcxG98eHR8ACAIAA98eHR8ABOCKM9BxI6mQNAQ","small_file_unique_id":"AQADzqcxG98eHR8AAQ","big_file_id":"AQADAgADzqcxG98eHR8ACAMAA98eHR8ABOCKM9BxI6mQNAQ","big_file_unique_id":"AQADzqcxG98eHR8B"},"emoji_status_custom_emoji_id":"4985626654563894116","ac"[truncated 156 chars]; line: 1, column: 634] (through reference chain: org.telegram.telegrambots.meta.api.objects.ApiResponse["result"]->org.telegram.telegrambots.meta.api.objects.Chat["profile_background_custom_emoji_id"])
java.lang.Boolean
To Reproduce Execute GetChat Method from a person with custom_emoji_status
Expected behavior Method returns Chat instance
The text was updated successfully, but these errors were encountered:
profileBackgroundCustomEmojiId in Chat object should be a String, happy to accept a Pull request with that change
Sorry, something went wrong.
I've just sent a Pull request: #1315
No branches or pull requests
Describe the bug
Error of deserealization on execution of GetChat method (I suppose it affects UserChats with users who has custom emoji status).
Caused by: com.fasterxml.jackson.databind.exc.InvalidFormatException: Cannot deserialize value of type
java.lang.Boolean
from String "5406611098285650804": only "true" or "false" recognized at [Source: (String)"{"ok":true,"result":{"id":522002143,"first_name":"gmanka","username":"gmankab","type":"private","active_usernames":["gmankab"],"bio":"@gmanka | @gmankachat | @gmankaus | @gmankaus_chat | @gmanka_sh | github.com/gmankab","photo":{"small_file_id":"AQADAgADzqcxG98eHR8ACAIAA98eHR8ABOCKM9BxI6mQNAQ","small_file_unique_id":"AQADzqcxG98eHR8AAQ","big_file_id":"AQADAgADzqcxG98eHR8ACAMAA98eHR8ABOCKM9BxI6mQNAQ","big_file_unique_id":"AQADzqcxG98eHR8B"},"emoji_status_custom_emoji_id":"4985626654563894116","ac"[truncated 156 chars]; line: 1, column: 634] (through reference chain: org.telegram.telegrambots.meta.api.objects.ApiResponse["result"]->org.telegram.telegrambots.meta.api.objects.Chat["profile_background_custom_emoji_id"])To Reproduce
Execute GetChat Method from a person with custom_emoji_status
Expected behavior
Method returns Chat instance
The text was updated successfully, but these errors were encountered: