0.6.2 / 2017-12-11
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);