mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-11 18:01:04 +00:00
TODO's
This commit is contained in:
parent
23dcf46a43
commit
f8b80d39be
2 changed files with 5 additions and 0 deletions
|
|
@ -118,6 +118,7 @@ class Message(Deserializable):
|
|||
invoice = Invoice.deserialize(raw_data.get('invoice'))
|
||||
successful_payment = SuccessfulPayment.deserialize(raw_data.get('successful_payment'))
|
||||
|
||||
# TODO: ContentType helper always return list. Don't forget that! (Fix it after merging fsm into dev branch)
|
||||
if text:
|
||||
content_type = ContentType.TEXT
|
||||
elif audio:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue