Features:
- Add support for emojis with
<emoji id="1234">👍</emoji>
,<tg-emoji emoji-id="1234>👍</tg-emoji>
HTML tags andtg://emoji?id=1234
HTML/markdown links, in addition to the pre-existingemoji: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
fromids
tomessage_ids
to avoid confusion.