Fixed video streaming

This commit is contained in:
Nikita Tyukalov, ASUS, Linux
2025-11-22 23:46:00 +03:00
parent 40385167e3
commit fce7968a72

View File

@@ -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: