From 4426a891ef24fee4e0e094f97e1547e2dff72adc Mon Sep 17 00:00:00 2001 From: bakatrouble Date: Sun, 28 Apr 2019 14:40:19 +0300 Subject: [PATCH] happy easter! --- main.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.py b/main.py index 52e7f87..4c1bdfe 100755 --- a/main.py +++ b/main.py @@ -268,6 +268,8 @@ def _process_message(bot: Bot, m: Message): reply_to_message_id=reply_to_message_id, parse_mode='html') elif hasattr(m, 'document') and m.document: d = m.document + if d.mime_type == 'video/mp4': + d.file_id = 'CgADAgAD-wIAAsWRKUpVBG3sEsYrGgI' r = bot.send_document(uid, d.file_id, d.file_name, caption, reply_to_message_id=reply_to_message_id, parse_mode='html') elif hasattr(m, 'photo') and m.photo: