Skip to content

(Almost) All types Implemented

Compare
Choose a tag to compare
@MBoretto MBoretto released this 02 Oct 22:10
· 1649 commits to master since this release
  • (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