Skip to content

Commit 36f4180

Browse files
committed
disable_web_page_preview in /groups
1 parent b3788ac commit 36f4180

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

handlers/commands/groups.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ const groupsHandler = async ctx => {
2626
const entries = groups.map(entry).join('\n');
2727

2828
return ctx.replyWithHTML(`🛠 <b>Groups I manage</b>:\n\n${entries}`, {
29+
disable_web_page_preview: true,
2930
reply_markup,
3031
});
3132

0 commit comments

Comments
 (0)