All Versions
23
Latest Version
Avg Release Cycle
19 days
Latest Release
-
Changelog History
Page 3
Changelog History
Page 3
-
v0.6.0 Changes
June 06, 2019โ Added sticker support and fixed a couple things
-
v0.5.0 Changes
June 06, 2019๐ This release introduces a number of breaking changes.
- ๐ All models are now namespaced under the
Model
module. This was mostly to clean up the documentation and not pollute theTelegram::Bot
namespace. - ๐ I have started working on support for the Telegram user API. Because of that there are now two requirable files paths:
tourmaline/bot
andtourmaline/user
. The latter doesn't provide anything but the lib definition and will require TDLib to be installed and available.
I added a couple methods that I missed as well.
- ๐ All models are now namespaced under the
-
v0.1.0
June 03, 2019