mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 20:14:51 +00:00
Fix the type hint of Message's web_page (#392)
This commit is contained in:
parent
8c2dd9d1c3
commit
22c29791c8
1 changed files with 1 additions and 1 deletions
|
|
@ -307,7 +307,7 @@ class Message(Object, Update):
|
|||
contact: "pyrogram.Contact" = None,
|
||||
location: "pyrogram.Location" = None,
|
||||
venue: "pyrogram.Venue" = None,
|
||||
web_page: bool = None,
|
||||
web_page: "pyrogram.WebPage" = None,
|
||||
poll: "pyrogram.Poll" = None,
|
||||
dice: "pyrogram.Dice" = None,
|
||||
new_chat_members: List[User] = None,
|
||||
|
|
|
|||
Loading…
Reference in a new issue