From fce7968a72e56c29b7e3885f2acc38106b907331 Mon Sep 17 00:00:00 2001 From: "Nikita Tyukalov, ASUS, Linux" Date: Sat, 22 Nov 2025 23:46:00 +0300 Subject: [PATCH] Fixed video streaming --- mod_video_downloader.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mod_video_downloader.py b/mod_video_downloader.py index 03003ff..51eaa98 100644 --- a/mod_video_downloader.py +++ b/mod_video_downloader.py @@ -394,7 +394,8 @@ async def mod_new_message(session, event) -> None: attributes=[DocumentAttributeVideo( duration=video_data['duration'], w=video_data['width'], - h=video_data['height'] + h=video_data['height'], + supports_streaming=True )] ) except: