Skip to content

Releases: nikdon/telepooz

0.3.0

03 Oct 22:29
Compare
Choose a tag to compare

[0.3.0] 2016-10-04

Changed

  • update akka version up to 2.4.11
  • update akka-http-json up to 1.10.1

Added

  • New tools for building HTML5 games.
  • New method sendGame, new object InlineQueryResultGame, new field game in Message.
  • New parameter url in answerCallbackQuery. Create a game and accept the conditions using Botfather to send custom urls that open your games for the user.
  • New field callback_game in InlineKeyboardButton, new fields game_short_name and chat_instance in CallbackQuery, new object CallbackGame.
  • New methods setGameScore and getGameHighScores.
  • Added new field switch_inline_query_current_chat in InlineKeyboardButton.
  • Added caption fields to sendAudio, sendVoice, InlineQueryResultAudio, InlineQueryResultVoice, InlineQueryResultCachedAudio, and InlineQueryResultCachedVoice.
  • New field all_members_are_admins in the Chat object.

0.2.0

22 Sep 21:52
Compare
Choose a tag to compare

[0.2.0] 2016-09-23

Changed

  • Map[String, ...] replaced by Reactions container for IO ops #7
  • bump cats up to 0.7.2~~, circe up to 0.5.1~~ #8
  • update akka version up to 2.4.10 #10

Added

  • add webhook (without certificates) #9

0.1.0

30 Aug 17:11
Compare
Choose a tag to compare

Implemented all models and methods available for the Telegram Bot API:

However, this version does not support webhooks and sending payload other than JSON.