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

Commits on May 8, 2017

  1. CallbackQuery fix

    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.
    NeiCake committed May 8, 2017
    Configuration menu
    Copy the full SHA
    0d8a8d8 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2017

  1. Fixing issue "Error when editing message Eng-Fouad#2"

    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.
    NeiCake committed May 9, 2017
    Configuration menu
    Copy the full SHA
    d64ea20 View commit details
    Browse the repository at this point in the history