I can not find in the docs how to disable the annoying link preview. Anyone knows how to?
const { Extra} = require('telegraf')
bot.reply('Hello http://github.com', Extra.webPreview(false))
I have tried above code but showing Extra as Undefined. Also how to disable link preview using ctx.replyWithHTML() method ?