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
Can you be more clear on this issue? Please, fill in the issue template below.
## Context
Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.
* Operating System:
* Python Version:
* aiogram version:
* aiohttp version:
* uvloop version (if installed):
## Expected Behavior
Please describe the behavior you are expecting
## Current Behavior
What is the current behavior?
## Failure Information (for bugs)
Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template.
### Steps to Reproduce
Please provide detailed steps for reproducing the issue.
1. step 1
2. step 2
3. you get it...
### Failure Logs
Please include any relevant log snippets or files here.
aiogram/aiogram/utils/text_decorations.py
Line 58 in 79588b7
Context
aiogram 3.x
Expected Behavior
Message.html_text and Message.md_text return fully unparsed raw representation of the formatted message text.
Current Behavior
Message.html_text and Message.md_text don't take in account spoiler entities. Spoiler entities are simply ignored.
The text was updated successfully, but these errors were encountered: