From 5c12be9d50d5376c43786213f75231a43cffb9d6 Mon Sep 17 00:00:00 2001 From: XelXen <78258352+XelXen@users.noreply.github.com> Date: Sat, 18 Jun 2022 20:54:34 +0530 Subject: [PATCH] Switch to V2 Format --- .github/tg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/tg.py b/.github/tg.py index 55281b1c9..1b70f26ac 100644 --- a/.github/tg.py +++ b/.github/tg.py @@ -21,7 +21,7 @@ def bot(): Signed-off-by: {data['commit']['author']['name']} [inline URL](http://www.example.com/) -''', parse_mode=telegram.ParseMode.MARKDOWN) +''', parse_mode=telegram.ParseMode.MARKDOWNV2) bot.send_media_group(TG_POST_ID, [telegram.InputMediaDocument(open('app-x86-debug.apk', 'rb')), telegram.InputMediaDocument(open('app-x86_64-debug.apk', 'rb')), telegram.InputMediaDocument(open('app-armeabi-v7a-debug.apk', 'rb')), telegram.InputMediaDocument(open('app-arm64-v8a-debug.apk', 'rb'))]) system('killall -9 python')