mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
Fix send_chat_action not working with upload_* actions
This commit is contained in:
parent
e05a5ebf6f
commit
e79f4fde80
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ class SendChatAction(BaseClient):
|
|||
action = action.value
|
||||
|
||||
if "Upload" in action.__name__:
|
||||
action = action(progress)
|
||||
action = action(progress=progress)
|
||||
else:
|
||||
action = action()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue