Skip to content

MadelineProto 8 beta 82

Compare
Choose a tag to compare
@danog danog released this 27 May 17:16
· 1802 commits to v8 since this release
edacca9

Features:

  • Add support for emojis with <emoji id="1234">👍</emoji>, <tg-emoji emoji-id="1234>👍</tg-emoji> HTML tags and tg://emoji?id=1234 HTML/markdown links, in addition to the pre-existing emoji:id HTML/markdown links.
  • Add showPrompt AppInfo setting, to allow throwing an exception instead of showing a readline/UI prompt if no API ID was configured.

Fixes:

  • Change name of parameter of broadcastForwardMessages from ids to message_ids to avoid confusion.