S
S
SHADRIN2019-02-21 19:58:10
Python
SHADRIN, 2019-02-21 19:58:10

Telegram bot in python, how to send photo with text?

The task is such as to send a photo with text?!
Example:
5c6ed89946dd7640270152.png
This is already a post in the channel, but such posts are made by bots infa 100

Answer the question

In order to leave comments, you need to log in

2 answer(s)
B
BJlaDuMup, 2019-02-21
@shadrin_ss

You go to the bot: @HostImgBot You
send him the desired photo, in response you will receive a link to the photo
Or you upload it yourself to any hosting and you need to take a direct link to the photo

text = 'blablabla' 
img = 'ссылка' 
bot.send_message(chat_id, f'{text}\n{img}')

A
alternativshik, 2019-02-21
@alternativshik

Open the dock and look there.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question