atipugin / telegram-bot-ruby

Ruby wrapper for Telegram's Bot API
https://core.telegram.org/bots/api
Do What The F*ck You Want To Public License
1.35k stars 218 forks source link

Remove link preview #218

Closed nnzo closed 4 years ago

nnzo commented 4 years ago

Hi everyone :)

Is it possible to remove the link previews? image

This can get quite annoying and can make the message much bigger than it has to be.

alexander-saratovcev commented 4 years ago

Hello, @AtomicLemon

You can try to pass disable_web_page_preview: true as a parameter to the send_message or edit_message method.

Official documentation: https://core.telegram.org/bots/api#editmessagetext

nnzo commented 4 years ago

This worked perfectly! Thank you so much for your fast reply :blush:

+1