Skip to content

Releases: php-telegram-bot/core

0.33

29 May 23:45
Compare
Choose a tag to compare
  • Botan.io integration thanks to @jacklul
  • Log with Monolog thanks to @MBoretto
  • Support to telegram bot api 2.1 @jacklul
  • Utf8mb4 as default collation

0.32

13 May 19:45
Compare
Choose a tag to compare
  • Introducing support for emoji in sticker entity according to Telegram bot api 6 may 2016
  • Introducing support for forward_from_chat entity according to Telegram bot api 6 may 2016
  • Introducing api 2.0 special button in /survey command thanks to @juananpe
  • BD Bugfix for forwarded message
  • Bugfix for Inline Keyboard

0.31

19 Apr 22:47
Compare
Choose a tag to compare

0.30

12 Apr 05:22
Compare
Choose a tag to compare
  • Group chat conversation fixed
  • Supergroup chat migration improved thanks to @jacklul
  • /chat commands improved thanks @jacklul
  • external mysql configuration
  • all timestamp fields are now nullable thanks to @pavlyuts for reporting
  • fixed update of timestamp in conversation
  • Supergroup messages are properly stored in the database

0.29

22 Mar 18:43
Compare
Choose a tag to compare

0.28.0: Merge pull request #100 from raventid/patch-1

13 Mar 16:49
Compare
Choose a tag to compare
Fixes typo in word Webhook

Full support for Inline bots

24 Jan 16:42
Compare
Choose a tag to compare
  • New table schema
  • All Inline Entities created
  • Full support for inline bots
  • Bot name is shown in help command (thanks to @rafaeldelboni )

Inline Article Works

05 Jan 17:19
Compare
Choose a tag to compare
  • Inline Article Implemented

Inline bot & Supergroups

05 Jan 01:18
Compare
Choose a tag to compare
  • Starting support for inline bot
  • Supergroups support
  • Generic bug fixes
  • New table shema

Introducing /sendtochannel command

20 Dec 10:08
Compare
Choose a tag to compare
  • Fixed bug in /whoami ( thanks to @PeterNotenboom )
  • Introducing /sendtochannel command in admin interface. Now channel can be managed from the private chat with your bot
  • cleanup