S
S
SHADRIN2019-02-22 11:50:02
Python
SHADRIN, 2019-02-22 11:50:02

Telegram bot, how to hide a link to a photo in a post?

How to hide a link in a post?
5c6fb7931eed1836105739.png

photo='https://medialeaks.ru/wp-content/uploads/2017/10/catbread-03-600x400.jpg'
bot.send_message(message.chat.id, 'Котик\n'+photo)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
B
BJlaDuMup, 2019-02-22
@shadrin_ss

bot.send_message(message.chat.id, 'Котик' +'[.]' + '(' + photo + ')', parse_mode='markdown')
bot.send_message(message.chat.id, f'Котик[.]({photo})', parse_mode='markdown') # python 3.6+

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question