We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1590904 commit 41729cbCopy full SHA for 41729cb
pyrogram/client/types/messages_and_media/message.py
@@ -2682,7 +2682,7 @@ def forward(
2682
raise ValueError("Unknown media type")
2683
2684
if self.sticker or self.video_note: # Sticker and VideoNote should have no caption
2685
- return send_media(file_id)
+ return send_media(file_id=file_id)
2686
else:
2687
return send_media(file_id=file_id, caption=caption, parse_mode=ParseMode.HTML)
2688
0 commit comments