Changed msg.<html/md>_text attributes behaviour

This commit is contained in:
Alex Root Junior 2022-04-11 18:33:35 +03:00
parent bc20999429
commit fa9abfdbef
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC
4 changed files with 12 additions and 17 deletions

2
CHANGES/874.misc.rst Normal file
View 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
View file

@ -0,0 +1 @@
Fixed CallbackData factory parsing IntEnum's