Skip to content
This repository was archived by the owner on Aug 25, 2023. It is now read-only.

v0.0.6

Pre-release
Pre-release

Choose a tag to compare

@ALCC01 ALCC01 released this 04 Oct 13:10
· 1 commit to master since this release

v0.0.6 is the sixth pre-release for Nodeogram and introduces support for the Telegram gaming platform, along with a new debug functionality.

Changelog

  • Added support for the Telegram gaming platform
    • New objects: Animation, Game, GameHighScore, InlineQueryResultGame
    • Added parsing for the Game object
    • Implemented sendGame, setGameScore, getGameHighScores
  • Changed the signature for methods Bot#answerCallbackQuery and CallbackQuery#answer
    • Implemented a deprecation warning
    • The old signature will likely be available until the next release
  • Implemented debug logging
    • Can be activated either by passing debug: true to the bot or using the NODEOGRAM_DEBUG environment variable

As a pre-release, it may not be stable and it shouldn't be used in production yet. The updated package is available on npm.