mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-05 23:04:51 +00:00
Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
dd9c4801ed
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue