mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Changed msg.<html/md>_text attributes behaviour
This commit is contained in:
parent
bc20999429
commit
fa9abfdbef
4 changed files with 12 additions and 17 deletions
2
CHANGES/874.misc.rst
Normal file
2
CHANGES/874.misc.rst
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
Changed :code:`Message.html_text` and :code:`Message.md_text` attributes behaviour when message has no text.
|
||||
The empty string will be used instead of raising error.
|
||||
1
CHANGES/885.bugfix.rst
Normal file
1
CHANGES/885.bugfix.rst
Normal file
|
|
@ -0,0 +1 @@
|
|||
Fixed CallbackData factory parsing IntEnum's
|
||||
Loading…
Add table
Add a link
Reference in a new issue