We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4f99df commit 5e77387Copy full SHA for 5e77387
pyrogram/types/messages_and_media/message.py
@@ -2903,8 +2903,7 @@ async def copy(
2903
log.warning(f"Users cannot send messages with Game media type. "
2904
f"chat_id: {self.chat.id}, message_id: {self.message_id}")
2905
elif self.empty:
2906
- log.warning(f"Empty messages cannot be copied. "
2907
- f"chat_id: {self.chat.id}, message_id: {self.message_id}")
+ log.warning(f"Empty messages cannot be copied. ")
2908
elif self.text:
2909
return await self._client.send_message(
2910
chat_id,
0 commit comments