mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
fix: docs typo
This commit is contained in:
parent
7263892401
commit
961e39d90a
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ class Message(base.TelegramObject):
|
|||
|
||||
def is_forward(self) -> bool:
|
||||
"""
|
||||
Check message text is forward.
|
||||
Check that the message is forwarded.
|
||||
Only `forward_date` is required to be in forwarded message.
|
||||
|
||||
:return: bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue