github danog/MadelineProto 8.0.0-beta173
ChannelParticipant, FilterTopicId, refactoring & bugfixes

latest releases: 8.3.2, 8.3.1, 8.3.0...
pre-release9 months ago

Breaking changes:

  • Remove flush() method: the postpone flag will now only postpone flushing to the end of the event loop queue, instead of never triggering it until flush() or a non-postponed method is called by @danog

Features:

  • Add ChannelParticipant update, received whenever a participant leaves, joins or is banned or admined in a channel or supergroup by @ahjdev
  • Add a FilterTopicId filter to filter messages by topic ID by @ahjdev
  • Add queueId parameter to methods to allow enforcing server-side execution order when using postpone or invoking methods concurrently by @danog

Fixes:

  • Completely refactor message and update handling, improving performance and fixing various bugs by @danog
  • Fix BotChatInviteRequest by @danog
  • Update the source code of downloadRenameBot.php by @ahjdev

Don't miss a new MadelineProto release

NewReleases is sending notifications on new releases.