Releases: php-telegram-bot/core
Releases · php-telegram-bot/core
Lot of fixes
- 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
Full type and methods support
- sendPhoto
- sendAudio
- sendDocument
- sendSticker
- sendVideo
- sendVoice
- sendChatAction
- getUserProfilePhotos
- forwardMessage
- getFile
- downloadFIle
- Chat type update
New log system
- 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
- (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
- Introducing exception log
- Fix Incoming message log
- Fix forward message error
Fixes
getUpdate Implemented
- getUpdate method implemented
- Database moved to DB.php
- Alternative execution for commands that require db
- Bug fix
Admin Interface
- Introducing Admin Interface
- Fix GenericCommand bug