You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a side note: event.text_html will parse <blockquote>test</blockquote> to test (entities = [])
while <details>test</details> to <details>test</details> (entities = [MessageEntitySpoiler]).
Code that causes the issue
client.send_message(chat, html="<blockquote>test</blockquote>")
Expected behavior
This should produce 'test' wrapped in blockquote
Actual behavior
This falls to produce quotes.
<details />
(spoiler) worked normally.Traceback
No response
Telethon version
2.0.0a0
Python version
3.12
Operating system (including distribution name and version)
macOS
Other details
No response
Checklist
pip install -U https://github.com/LonamiWebs/Telethon/archive/v1.zip
and triggered the bug in the latest version.The text was updated successfully, but these errors were encountered: