Skip to content

0.6.2 / 2017-12-11

Compare
Choose a tag to compare
@chentsulin chentsulin released this 11 Dec 10:06
· 677 commits to master since this release

messaging-api-telegram

Support Game APIs!

  • sendGame:
client.sendGame(CHAT_ID, 'Mario Bros.', {
  disable_notification: true,
});
  • setGameScore:
client.setGameScore(USER_ID, 999);
  • getGameHighScores:
client.getGameHighScores(USER_ID);