github danog/MadelineProto 8.4.5

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

Fixes:

  • Fix "Error during deserializing message" errors caused by Telegram server-side layer issues by upgrading to layer 204
  • Add missing _ type field when json-serializing Media, StarGift objects
  • Fix hangs in case of errors when downloading files using downloadToResponse
  • Fix ORM migration issues

Translations (thanks to everyone who contributed using https://weblate.madelineproto.xyz!):

  • Portuguese: 18% => 81%
  • Uzbek: 100%!

Layer 204 deprecations:

  • Removed support for reply_to_msg_id and top_msg_id in messages.sendMessage and messages.sendMedia, please use sendMessage/sendVideo/etc... instead (easy) or manually construct a reply_to constructor (hard & not backwards-compatible, please use sendMessage).

New Methods:

Changed Methods:

New Constructors:

Changed Constructors:

Don't miss a new MadelineProto release

NewReleases is sending notifications on new releases.