From 7c02eabc082ab691f6dd656f0133815657b91253 Mon Sep 17 00:00:00 2001 From: levina <82658782+levina-lab@users.noreply.github.com> Date: Fri, 26 Nov 2021 15:14:32 +0700 Subject: [PATCH] hide preview --- driver/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver/utils.py b/driver/utils.py index aebacab..f5868f8 100644 --- a/driver/utils.py +++ b/driver/utils.py @@ -114,6 +114,6 @@ async def stream_end_handler(_, u: Update): elif op==2: await bot.send_message(chat_id, "āŒ **an error occurred**\n\nĀ» **Clearing** __Queues__ **and leaving video chat.**") else: - await bot.send_message(chat_id, f"šŸ’” **Streaming next track**\n\nšŸ· **Name:** [{op[0]}]({op[1]}) | `{op[2]}`\nšŸ’­ **Chat:** `{chat_id}`", reply_markup=keyboard) + await bot.send_message(chat_id, f"šŸ’” **Streaming next track**\n\nšŸ· **Name:** [{op[0]}]({op[1]}) | `{op[2]}`\nšŸ’­ **Chat:** `{chat_id}`", disable_web_page_preview=True, reply_markup=keyboard) else: pass