mirror of
https://github.com/pyrogram/pyrogram
synced 2025-09-10 11:15:27 +00:00
Reformat method
This commit is contained in:
@@ -470,10 +470,7 @@ class Client:
|
||||
"upload_video_note": types.SendMessageUploadRoundAction,
|
||||
}
|
||||
|
||||
def send_chat_action(self,
|
||||
chat_id: int or str,
|
||||
action: str,
|
||||
progress: int = 0):
|
||||
def send_chat_action(self, chat_id: int or str, action: str, progress: int = 0):
|
||||
return self.send(
|
||||
functions.messages.SetTyping(
|
||||
peer=self.resolve_peer(chat_id),
|
||||
|
Reference in New Issue
Block a user