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

Update for Telegram Bots 2.0 #102

Merged
merged 5 commits into from
Jun 6, 2016
Merged

Update for Telegram Bots 2.0 #102

merged 5 commits into from
Jun 6, 2016

Commits on Apr 12, 2016

  1. Configuration menu
    Copy the full SHA
    98bb9df View commit details
    Browse the repository at this point in the history

Commits on May 3, 2016

  1. Further updates for Bots 2.0

    - Adds support for callback_query-type messages
    - Adds a showAlert option to answerCallbackQuery to more-closely align with the real bot API
    - Adds tests for message editing functionality
    - Adds a global test timeout of 10s and adds done() calls to all tests for assurance
    Devin Doolin committed May 3, 2016
    Configuration menu
    Copy the full SHA
    ae7ec07 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2016

  1. Merge pull request #2 from icdevin/callback-query

    Further updates for Bots 2.0
    tjhorner committed May 5, 2016
    Configuration menu
    Copy the full SHA
    fb4dc91 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2016

  1. Removes unnecessary done() calls in tests

    Devin Doolin committed May 6, 2016
    Configuration menu
    Copy the full SHA
    a0c1d05 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from icdevin/callback-query

    Removes unnecessary done() calls in tests
    tjhorner committed May 6, 2016
    Configuration menu
    Copy the full SHA
    270b3ef View commit details
    Browse the repository at this point in the history