How to send bold text on telegram bot – Telegram API
I everyone, I am using telepot to send text and image on my telegram bot. Below an example of my code: bot.sendPhoto('@XXXXXXXXXX', getImage(soup), caption = getTitle(soup) + getDealPrice(soup) , disable_notification=True) getTitle(soup) and getDealPrice(soup) return a string. How can I bold…