Changelog History
Page 2
-
v0.15.0 Changes
March 30, 2020⚡️ This update adds support for the few new goodies included in the new version of the bot api. This includes:
- 👌 Support for the new
Dice
object as well as thesend_dice
method and a newUpdateAction
. get_my_commands
andset_my_commands
methods for programmatically getting and setting your bots recognized commands.- The new
tgs_sticker
parameter forcreate_new_sticker_set
andadd_to_sticker_set
. - New
thumb
field for theStickerSet
object, as well as the methodset_sticker_set_thumb
.
- 👌 Support for the new
-
v0.14.0 Changes
March 28, 20200️⃣ The biggest change here is that
Tourmaline::Bot
has been renamed toTourmaline::Client
.Client
now includesTourmaline
by default as well. -
v0.13.0 Changes
February 19, 2020🚀 This release introduces a couple of major changes to the way events are handled. Previously, only
Command
events had access to aContext
; other events, such asOn
only had access to theUpdate
object.📄 Now
Command
,On
, and the newAction
events all have their own contexts, specific to that event type. Check out the docs for more info.We now have access to the
Action
event, allowing much easier use of inline callback buttons. See the media_bot for an example. -
v0.12.0 Changes
February 14, 2020🚀 In this release I refactored quite a bit.
- 🚚 The
Model
namespace has been removed for the sake of brevity - The
Markup
class has been completely revamped - ➕ Added a
QueryResultBuilder
class to allow for easier inline query building
- 🚚 The
-
v0.11.0 Changes
February 14, 2020👍 This adds support for the new polling options and several other things
-
v0.10.0 Changes
November 05, 2019🚀 This release introduces the
Tourmaline::Context
object which gets passed into all commands. Some core methods have also been changed to allow full objects to be passed in rather than just the ID of an object. -
v0.9.0 Changes
September 09, 2019⚡️ The API has been updated so that methods that require a user_id are now on the User class. Same for Chat, Message, and a few other models.
-
v0.8.0 Changes
September 04, 2019🚀 This release adds support for annotations
-
v0.7.0 Changes
June 17, 2019🚀 This release brings the full Telegram Bot API to you, now with game support!
-
v0.6.1 Changes
June 10, 2019👀 This version adds Kemal middleware. See README for details.