Skip to content

Releases: danog/MadelineProto

Layer 218

16 Nov 18:37

Choose a tag to compare

Features:

  • Upgrade to layer 218

Fixes:

  • Improve error message for handlers without any param
  • Fix misc deprecations

New Methods:

Changed Methods:

Deleted Methods:

  • channels.createForumTopic
  • channels.getForumTopics
  • channels.getForumTopicsByID
  • channels.editForumTopic
  • channels.updatePinnedForumTopic
  • channels.deleteTopicHistory
  • channels.reorderPinnedForumTopics

New Constructors:

Changed Constructors:

Read more

upload* methods and multiple fixes

27 Sep 12:05

Choose a tag to compare

Features:

  • Add new uploadDocument, uploadPhoto, uploadAudio, uploadDocumentPhoto, uploadGif, uploadPhoto, uploadSticker, uploadVideo, uploadVoice methods as more powerful versions of messages.uploadMedia, to upload media without actually sending it to any chat, with all the same automatic features offered by their send* variants.

Fixes:

  • Fix channel is already closed errors after triggering an IPC server restart()
  • Fix passing Messages to methods accepting inputDocument/inputPhoto constructors
  • Allow passing a string to textWithEntities
  • Small updates fix
  • Transform the linked_monoforum_id returned by getInfo to a bot API ID

Fix messages.sendPaidReaction

14 Sep 12:59

Choose a tag to compare

This release fixes messages.sendPaidReaction.

Layer 214

01 Sep 12:48

Choose a tag to compare

New Methods:

Changed Methods:

Deleted Methods:

New Constructors:

Changed Constructors:

CDN fixes

29 Aug 10:05

Choose a tag to compare

This release contains fixes to the CDN handshake.

Minor improvements

25 Aug 19:10

Choose a tag to compare

Fixes:

  • Test a fix for a minor issue related to channel bans
  • Bump layer 211

Docs:

  • Autodetect business-capable methods
  • Add some RPC errors

Upgrade to layer 211

02 Aug 11:52

Choose a tag to compare

The server-side issues with newer layers were fixed.

This release also re-enables JIT in the docker image, as a problematic commit was reverted in php-src.

New Methods:

Changed Methods:

Deleted Methods:

New Constructors:

Changed Constructors:

Rollback to layer 207

29 Jul 11:13

Choose a tag to compare

Rolling back to layer 207 due to server-side issues which are currently still being fixed by the devs.

Psalm fixes

28 Jul 13:15

Choose a tag to compare

8.5.2

Fix psalm

Small fix

27 Jul 16:29

Choose a tag to compare

Small fix Pre-release
Pre-release

Fixes:

  • Ignore errors emitted by non-strict third-party symfony libs