mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
fix typo
This commit is contained in:
parent
5c6d7ec54b
commit
009f731532
1 changed files with 1 additions and 2 deletions
|
|
@ -59,11 +59,10 @@ class Update(TelegramObject):
|
|||
Detect content type
|
||||
|
||||
Return update type and content
|
||||
If update type unknown raise UpdateTypeLookupError
|
||||
If update type is unknown, raise UpdateTypeLookupError
|
||||
|
||||
:return:
|
||||
"""
|
||||
event: TelegramObject
|
||||
if self.message:
|
||||
return "message", self.message
|
||||
if self.edited_message:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue