2
0
mirror of https://github.com/thedevs-network/the-guard-bot synced 2025-08-31 14:15:25 +00:00

disable_web_page_preview in /groups

This commit is contained in:
GingerPlusPlus
2017-09-28 22:48:18 +02:00
parent b3788ac841
commit 36f4180ebe

View File

@@ -26,6 +26,7 @@ const groupsHandler = async ctx => {
const entries = groups.map(entry).join('\n');
return ctx.replyWithHTML(`🛠 <b>Groups I manage</b>:\n\n${entries}`, {
disable_web_page_preview: true,
reply_markup,
});