mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-31 14:25:55 +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,
|
from_user: User,
|
||||||
query: str,
|
query: str,
|
||||||
location: "pyrogram.Location" = None,
|
location: "pyrogram.Location" = None,
|
||||||
inline_message_id: str = None,
|
inline_message_id: str = None
|
||||||
):
|
):
|
||||||
super().__init__(client)
|
super().__init__(client)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user