MadelineProto Versions Save

Async PHP client API for the telegram MTProto protocol

8.0.1

2 weeks ago

Add support for styled text entities in polls, by adding a questionEntities property and a getQuestionHTML method to Poll a answerEntities property and a getHTML method to PollAnswer.

To avoid confusion with getQuestionHTML, the inproperly named getHTML method of QuizPoll was renamed to getSolutionHTML.

8.0.0

2 weeks ago

This is the first stable release of MadelineProto v8!

For the full changelog, see the messages on the official MadelineProto channel, starting from https://t.me/MadelineProto/591!

Here are the main highlights:

Major parts of the MadelineProto core were split into standalone libraries that can be used without requiring all of MadelineProto:

The next releases will focus on even more features and performance improvements, such as prometheus and grafana statistics, a static TL parser and much, much more!

Cheers! Daniil Gentili.

8.0.0-beta205

2 weeks ago

Features:

  • Make getPropicInfo, getFullInfo and getPwrChat return Photo objects for profile pictures, compatible with sendPhoto methods.
  • Make getPwrChat return a bit more info with fullfetch=false
  • Update to layer 179

New Methods:

New Constructors:

8.0.0-beta204

3 weeks ago

Fixes:

  • Improve markdown parsing
  • Remove temporary files created during error reporting
  • Fix bug in getFullInfo

New Methods:

Changed Methods:

New Constructors:

Changed Constructors:

Deleted Constructors:

  • sponsoredWebPage

8.0.0-beta203

3 weeks ago

Fixes:

  • Fix upload callbacks in the send* methods
  • Fix issue with plugins in a phar

8.0.0-beta202

3 weeks ago

Minor fixes to the telegram styled text entity conversion module.

8.0.0-beta201

3 weeks ago

Fixes:

  • Fix performance issue caused by excessive GC-ing
  • Fix Message::forward

8.0.0-beta200

3 weeks ago

MadelineProto 8.0.0-beta200 introduces new simple sendVideo, sendAudio, sendVoice, sendSticker, sendGif, sendDocumentPhoto methods that automatically extract duration, thumbnails and other metadata from audio and video files!

Also, sendDocument now supports automatic mime type detection for secret chats.

Additionally, Markdown and HTML parsing functionality was extracted in a separate library with bot API support, https://github.com/danog/telegram-entities!

Features:

  • Add a new scheduled flag to the Message class for scheduled messages
  • Split the markdown and HTML parser into a separate library, https://github.com/danog/telegram-entities
  • Add new simple sendVideo, sendAudio, sendVoice, sendSticker, sendGif, sendDocumentPhoto methods and the Message::replyXXX variants that automatically extract duration, thumbnails and other metadata from audio and video files!
  • sendDocument now supports automatic mime type detection for secret chats.

Fixes:

  • Fix getPwrChat
  • Fix methods that use legacy chats
  • Multiple other bug fixes

8.0.0-beta199

1 month ago

Fixes:

  • Fix issue with the peer database caused by the ORM migration (a relogin is recommended to fix peer database issues)
  • Fix an issue where ReadableBuffers and other streams could not be used when uploading stories in certain conditions
  • Move legacy polyfill classes to namespace to fix composer issues

8.0.0-beta198

1 month ago

This release fixes an issue with the ORM.