2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-28 12:57:52 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,