diff --git a/bot_s3rius/actions/video_converter.py b/bot_s3rius/actions/video_converter.py
index 988ab0d949288e5f96b407d5ca7311527c1474d7..2cc63282d83462ec8b3771123dfe05dd91b393bc 100644
--- a/bot_s3rius/actions/video_converter.py
+++ b/bot_s3rius/actions/video_converter.py
@@ -37,7 +37,7 @@ async def find_py_package(event: events.NewMessage.Event):
 
     await event.reply(
         f"Reduced {reduced_size}%.",
-        video=converted_file,
+        file=converted_file,
         supports_streaming=True,
     )