mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-29 13:27:47 +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:
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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user