Skip to content

Releases: php-telegram-bot/core

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

Lot of fixes

09 Dec 08:22
Compare
Choose a tag to compare
  • Fixed EOL separator in commands
  • Fixed new chat participant bug
  • Updated Chat Entities
  • Fixed GetMe bug
  • Removed support for php 5.4
  • New methods unSetWebhook
  • Fixed Mysql integrity constraint violation
  • Reply to message object are now stored correctly
  • __tostring improved with recursion
  • Cleanup

All Methods Implemeted

20 Oct 22:09
Compare
Choose a tag to compare

Full type and methods support

  • sendPhoto
  • sendAudio
  • sendDocument
  • sendSticker
  • sendVideo
  • sendVoice
  • sendChatAction
  • getUserProfilePhotos
  • forwardMessage
  • getFile
  • downloadFIle
  • Chat type update