github danog/MadelineProto 8.4.6
Fix layer issues

latest releases: 8.5.7, 8.5.6, 8.5.5...
3 months ago

Fixes:

  • Fix some layer issues by adding support for miniforums (aka direct channel messages, implemented as forums), using a temporary positive range that doesn't conflict with the other ID ranges.
  • Fix the reply method and replyToMsgId and topicId in sendMessage/sendVideo/etc... methods.

Layer-based deprecations:

  • Remove the Button objects from the legacy onUpdateXXX event handlers (switching back to the raw API arrays), please use the new object-based event handler (filters) to receive the Button objects.
    When receiving keyboards from methods like getMessages, use wrapMessages to obtain abstracted Message objects with Button objects.

Don't miss a new MadelineProto release

NewReleases is sending notifications on new releases.