yagop / telegram-bot

UNMAINTAINED - A Telegram Bot based on plugins
GNU General Public License v2.0
848 stars 502 forks source link

Disable rich preview for bot #341

Open kvanhoorn opened 8 years ago

kvanhoorn commented 8 years ago

I wrote some plugins on my own, and the bot also generates a rich preview when sending urls. Is it possible to disable this via the cb_extra?

A message with a rich preview has these params:

msg['media']['type'] = 'webpage' msg['media']['url'] = 'http://www.google.nl/'