yukuku / telebot

Telegram Bot starter kit. Very easy to install with Google App Engine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Send a picture of a link ?

idreamsi opened this issue · comments

Hi
How can I send a picture of a link?
for example : https://www.google.co.uk/images/srpr/logo11w.png

I don't really know what you mean but if you mean this: Screenshot
You have to create a new reply and change
'disable_web_page_preview': 'true'
to
'disable_web_page_preview': 'false'
example: Screenshot

@bostrot I think he means that bot uploads picture (as picture) from link with picture.

EDIT: If this, then I would like to see this how to do it too.

Thanks ;)
Problem is solved.

how you solved the trouble?