How should I use parse_mode='HTML' in telegram python bot? – Telegram API
I'm trying to send a message in a channel with a bot, using Telegram API's send_photo() method. It takes a caption parameter (type String) but I can't format it through parse_mode='HTML' parameter... If I use something like this: send_photo(chat_id, photo,…