Skip to content
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

Issue #2 fix (Error when editing message) #4

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

NeiCake
Copy link

@NeiCake NeiCake commented May 9, 2017

Fix in JTelegramBot bean and updated .jar

Fixed issue with CallbackQuery bean not having a certain field that is
not optional. Was causing issues when receiving an update that was a
callbackQuery (error 409). Jackson was unable to bind the received JSON.
Fix in JTelegramBot bean changing the expected generic result from
String to Message for proper deserialization of the server response.
Also updated the .jar with the previous changes (CallbackQuery bean fix)
and this one.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant