diff --git a/pyrogram/client/client.py b/pyrogram/client/client.py index 2d624906..38f18740 100644 --- a/pyrogram/client/client.py +++ b/pyrogram/client/client.py @@ -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),