- update akka-http to 10.0.10
- update akka-http-json to 1.18.0
- update scalatest to 3.0.4
- remove explicit akka and shapeless dependencies
- add resuming supervision strategy for the polling
- update versions: scala, akka, akka-http, akka-http-json
- fix ParseMode
- fix errors
- fix errors
- fix chat decoder
- update akka to 2.5.2
- refactor webhooks
- 18th of May Telegram API changes
- Fix webhook endpoint setting
- update akka to 2.5.0
- update akka-http-json to 1.15.0
- update circe to 7.0.1
- update akka-http-json to 1.14.0
- update akka-http to 10.0.5
- update scalacheck to 1.13.5
- update akka-http-json to 1.13.0 - using
FailFastCirceSupport
- update akka-http to 10.0.4
- update akka to 2.4.17
- remove shapeless tags and simplify models
- fix json encoder errors
- update to December's api changes
- shift to scala 2.12
- update dependencies to the current state
- update readme to last changes
- refactor api calls (remove redundant calls of Free fns instead of plain
_.lift
)
- fix incorrect construction of jsons for request api
- fix incorrect post request payloads
- update dependencies to the present state
- refactor tests
- fix scaladoc errors in
CirceEncoders.scala
,Document.scala
,File.scala
,Reactor.scala
- update circe up to 0.5.4
- update scalacheck up to 1.13.3
- update .scalafmt
- update circe up to 0.5.3
- update akka version up to 2.4.11
- update akka-http-json up to 1.10.1
- 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.
Map[String, ...]
replaced byReactions
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
- add webhook (without certificates)
-
Implemented all models and methods available for the Telegram Bot API:
However, this version does not support webhooks and sending payload other than JSON.