2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-28 21:07:59 +00:00

Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
Dan 2020-04-30 02:43:42 +02:00
commit dd9c4801ed

View File

@ -307,7 +307,7 @@ class Message(Object, Update):
contact: "pyrogram.Contact" = None, contact: "pyrogram.Contact" = None,
location: "pyrogram.Location" = None, location: "pyrogram.Location" = None,
venue: "pyrogram.Venue" = None, venue: "pyrogram.Venue" = None,
web_page: bool = None, web_page: "pyrogram.WebPage" = None,
poll: "pyrogram.Poll" = None, poll: "pyrogram.Poll" = None,
dice: "pyrogram.Dice" = None, dice: "pyrogram.Dice" = None,
new_chat_members: List[User] = None, new_chat_members: List[User] = None,