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:
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)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user