mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Fix black
This commit is contained in:
parent
fb9878a617
commit
da082a040d
1 changed files with 1 additions and 1 deletions
|
|
@ -496,7 +496,7 @@ class Message(TelegramObject):
|
|||
return ContentType.USER_SHARED
|
||||
if self.chat_shared:
|
||||
return ContentType.CHAT_SHARED
|
||||
|
||||
|
||||
return ContentType.UNKNOWN
|
||||
|
||||
def _unparse_entities(self, text_decoration: TextDecoration) -> str:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue