diff --git a/pyrogram/types/messages_and_media/message.py b/pyrogram/types/messages_and_media/message.py index 6f31ec74..e96a1d10 100644 --- a/pyrogram/types/messages_and_media/message.py +++ b/pyrogram/types/messages_and_media/message.py @@ -2903,8 +2903,7 @@ class Message(Object, Update): log.warning(f"Users cannot send messages with Game media type. " f"chat_id: {self.chat.id}, message_id: {self.message_id}") elif self.empty: - log.warning(f"Empty messages cannot be copied. " - f"chat_id: {self.chat.id}, message_id: {self.message_id}") + log.warning(f"Empty messages cannot be copied. ") elif self.text: return await self._client.send_message( chat_id,