This repository was archived by the owner on Aug 25, 2023. It is now read-only.
v0.0.6
Pre-release
Pre-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#answerCallbackQueryandCallbackQuery#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: trueto the bot or using theNODEOGRAM_DEBUGenvironment variable
- Can be activated either by passing
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.