From 36f4180ebed6d72b48f3227c3f06c948880e55a2 Mon Sep 17 00:00:00 2001 From: GingerPlusPlus Date: Thu, 28 Sep 2017 22:48:18 +0200 Subject: [PATCH] disable_web_page_preview in /groups --- handlers/commands/groups.js | 1 + 1 file changed, 1 insertion(+) diff --git a/handlers/commands/groups.js b/handlers/commands/groups.js index de3fc0f..364a29c 100644 --- a/handlers/commands/groups.js +++ b/handlers/commands/groups.js @@ -26,6 +26,7 @@ const groupsHandler = async ctx => { const entries = groups.map(entry).join('\n'); return ctx.replyWithHTML(`🛠 Groups I manage:\n\n${entries}`, { + disable_web_page_preview: true, reply_markup, });