Categories
Telegram bot, how to hide a link to a photo in a post?
How to hide a link in a post?
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
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 a Question
731 491 924 answers to any question