Skip to content

Releases: php-telegram-bot/core

New log system

13 Oct 21:02
Compare
Choose a tag to compare
  • Fixed new chat participant bug
  • Added exceptions to Curl
  • Added tests for the getUpdates methods
  • introduced new log system for curl
  • Added a new Admin command: /Chats

(Almost) All types Implemented

02 Oct 22:10
Compare
Choose a tag to compare
  • (Almost) All types implemented and stored in the database, according to Telegram API changes (September 18, 2015)
    • User
    • GroupChat
    • Message
    • PhotoSize
    • Audio
    • Document
    • Sticker
    • Video
    • Voice
    • Contact
    • Location
    • Update
    • InputFile (missing)
    • UserProfilePhotos
    • ReplyKeyboardMarkup
    • ReplyKeyboardHide
    • ForceReply
    • File
  • Forward_from, new_chat_participant and left_chat_participant stored in users table
  • Introducing generic message command
  • Table prefix as internal member of DB.php
  • Introducing __toString in Entity

Exception log

21 Sep 21:57
Compare
Choose a tag to compare
  • Introducing exception log
  • Fix Incoming message log
  • Fix forward message error

Fixes

15 Sep 19:20
Compare
Choose a tag to compare
  • FIX setWebhook bug
  • PDO connection still available inside Telegram.php class

getUpdate Implemented

08 Sep 21:07
Compare
Choose a tag to compare
  • getUpdate method implemented
  • Database moved to DB.php
  • Alternative execution for commands that require db
  • Bug fix

Admin Interface

03 Sep 06:23
Compare
Choose a tag to compare
  • Introducing Admin Interface
  • Fix GenericCommand bug