mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-30 22:05:28 +00:00
Fix some syntax errors that are causing errors on python pip package distribution (#467)
Fix some syntax errors that are causing errors on python pip package distribution
This commit is contained in:
committed by
GitHub
parent
3bc96b4193
commit
879e0bfc2d
@@ -77,7 +77,7 @@ class ChosenInlineResult(Object, Update):
|
||||
from_user: User,
|
||||
query: str,
|
||||
location: "pyrogram.Location" = None,
|
||||
inline_message_id: str = None,
|
||||
inline_message_id: str = None
|
||||
):
|
||||
super().__init__(client)
|
||||
|
||||
|
Reference in New Issue
Block a user