From d1bf62eb91634d1ecdfb76c804ef612ab7d2c487 Mon Sep 17 00:00:00 2001 From: bakatrouble Date: Sun, 28 Apr 2019 14:41:01 +0300 Subject: [PATCH] debug --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index 4c1bdfe..ca3e24e 100755 --- a/main.py +++ b/main.py @@ -269,6 +269,7 @@ def _process_message(bot: Bot, m: Message): elif hasattr(m, 'document') and m.document: d = m.document if d.mime_type == 'video/mp4': + print(d.file_id) 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')