2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-09-05 08:45:13 +00:00

Fix the type hint of Message's web_page (#392)

This commit is contained in:
MIRROR
2020-04-26 10:59:58 +00:00
committed by GitHub
parent 8c2dd9d1c3
commit 22c29791c8

View File

@@ -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,